File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -950,6 +950,7 @@ function Build-Compilers() {
950950 SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
951951 SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
952952 SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = " YES" ;
953+ SWIFT_ENABLE_SYNCHRONIZATION = " YES" ;
953954 SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
954955 SWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE = " $SourceCache \swift-syntax" ;
955956 SWIFT_PATH_TO_STRING_PROCESSING_SOURCE = " $SourceCache \swift-experimental-string-processing" ;
@@ -1156,6 +1157,7 @@ function Build-Runtime($Arch) {
11561157 SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
11571158 SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
11581159 SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = " YES" ;
1160+ SWIFT_ENABLE_SYNCHRONIZATION = " YES" ;
11591161 SWIFT_NATIVE_SWIFT_TOOLS_PATH = " $BinaryCache \1\bin" ;
11601162 SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
11611163 SWIFT_PATH_TO_STRING_PROCESSING_SOURCE = " $SourceCache \swift-experimental-string-processing" ;
You can’t perform that action at this time.
0 commit comments