mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
The threading library is being pulled into the compatibility libraries, but in order to do that we need to make sure it gets built with the correct deployment target. (Which means we need a special version for the compatibility libraries.) rdar://96690200