File tree 2 files changed +3
-1
lines changed
FoundationInternationalization
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ if(NOT BUILD_SHARED_LIBS)
78
78
target_compile_options (FoundationEssentials PRIVATE
79
79
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend _FoundationCollections>" )
80
80
target_compile_options (FoundationEssentials PRIVATE
81
- "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend Synchronization >" )
81
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend swiftSynchronization >" )
82
82
endif ()
83
83
84
84
set_target_properties (FoundationEssentials PROPERTIES
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ if(NOT BUILD_SHARED_LIBS)
44
44
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend _FoundationCShims>" )
45
45
target_compile_options (FoundationInternationalization PRIVATE
46
46
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend _FoundationICU>" )
47
+ target_compile_options (FoundationEssentials PRIVATE
48
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend swiftSynchronization>" )
47
49
endif ()
48
50
49
51
set_target_properties (FoundationInternationalization PROPERTIES
You can’t perform that action at this time.
0 commit comments