mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The CxxStdlib module is built statically only. We would previously build the static library but indicate dynamic linking. This would incorrectly code generate in the client on Windows making it impossible to use the module.