0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 13:03:31 +00:00
termux-packages/packages/swift/trigger-command
2024-11-12 13:08:55 +05:30

17 lines
577 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 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