File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ endif()
104
104
set (_Foundation_swift_build_flags )
105
105
list (APPEND _Foundation_swift_build_flags
106
106
"-DDEPLOYMENT_RUNTIME_SWIFT"
107
- "-DSWIFT_CORELIBS_FOUNDATION_HAS_THREADS"
108
- "-enable-library-evolution" )
107
+ "-DSWIFT_CORELIBS_FOUNDATION_HAS_THREADS" )
109
108
110
109
if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android" )
111
110
list (APPEND _Foundation_common_build_flags
Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ target_compile_options(CoreFoundation PRIVATE
33
33
34
34
target_precompile_headers (CoreFoundation PRIVATE internalInclude/CoreFoundation_Prefix.h )
35
35
36
- target_link_libraries (CoreFoundation PRIVATE
37
- _FoundationICUCommon
38
- _FoundationICUI18N
39
- _FoundationICUIO
40
- dispatch )
36
+ target_link_libraries (CoreFoundation
37
+ PUBLIC
38
+ _FoundationICUCommon
39
+ _FoundationICUI18N
40
+ _FoundationICUIO
41
+ PRIVATE
42
+ dispatch )
41
43
42
44
file (COPY
43
45
"include/module.map"
You can’t perform that action at this time.
0 commit comments