Skip to content

Commit e44cb31

Browse files
committed
Enable library evolution for swift modules
1 parent 67fe8f6 commit e44cb31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ endif()
9696
set(_Foundation_swift_build_flags)
9797
list(APPEND _Foundation_swift_build_flags
9898
"-DDEPLOYMENT_RUNTIME_SWIFT"
99-
"-DSWIFT_CORELIBS_FOUNDATION_HAS_THREADS")
99+
"-DSWIFT_CORELIBS_FOUNDATION_HAS_THREADS"
100+
"-enable-library-evolution")
100101

101102
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android")
102103
list(APPEND _Foundation_common_build_flags

0 commit comments

Comments
 (0)