0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-31 18:42:06 +00:00
Files
2025-04-01 12:49:55 +05:30

17 lines
585 B
Plaintext

if [ x"$native_triple" != x"$swift_runtime_triple" ]; then
install_path=$install_path/$swift_runtime_triple
fi
install_path=$install_path/lib
for so in _FoundationICU Foundation FoundationEssentials FoundationInternationalization \
FoundationNetworking FoundationXML Testing XCTest swiftCore swiftDispatch \
swiftDistributed swiftAndroid swiftObservation swiftRegexBuilder swiftRemoteMirror \
swiftSwiftOnoneSupport swiftSynchronization swift_Builtin_float swift_Concurrency \
swift_Differentiation swift_math swift_RegexParser swift_StringProcessing
do
@COMMAND@
done
exit 0