We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe8f6 commit e44cb31Copy full SHA for e44cb31
CMakeLists.txt
@@ -96,7 +96,8 @@ endif()
96
set(_Foundation_swift_build_flags)
97
list(APPEND _Foundation_swift_build_flags
98
"-DDEPLOYMENT_RUNTIME_SWIFT"
99
- "-DSWIFT_CORELIBS_FOUNDATION_HAS_THREADS")
+ "-DSWIFT_CORELIBS_FOUNDATION_HAS_THREADS"
100
+ "-enable-library-evolution")
101
102
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
103
list(APPEND _Foundation_common_build_flags
0 commit comments