Files
termux-packages/packages/swift/trigger-command
termux-pacman-bot f2a7fd44c0 bump(swift): 5.8.1 to 5.9
Also, pull in some upstream patches to get the new Macros feature working.
2023-10-06 15:01:46 +00:00

15 lines
450 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 Foundation FoundationNetworking FoundationXML XCTest swiftCore swiftDispatch \
swiftDistributed swiftGlibc swiftObservation swiftRegexBuilder swiftRemoteMirror \
swiftSwiftOnoneSupport swift_Concurrency swift_Differentiation swift_RegexParser swift_StringProcessing
do
@COMMAND@
done
exit 0