mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
2b0039d568
When compiling against a platform different than the host, like it happens when testing against Android stdlib from a Linux host, one needs to use %target-swiftc_driver to setup the tools directory correctly and the target options, otherwise errors will happen when trying to link a host targetted file against the destination platform libraries.