Skip to content

Commit 075b973

Browse files
committed
utils: enable swift_Concurrency on the new build
Enable the Concurrency runtime for the experimental runtime builds on Windows. This is required to enable the use of the static runtime to bootstrap the early swift-driver.
1 parent 433ff59 commit 075b973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,6 +2302,7 @@ function Build-ExperimentalRuntime {
23022302
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
23032303
CMAKE_SYSTEM_NAME = $Platform.OS.ToString();
23042304
dispatch_DIR = (Get-ProjectCMakeModules $Platform Dispatch);
2305+
SwiftCore_ENABLE_CONCURRENCY = "YES";
23052306
}
23062307
}
23072308
}

0 commit comments

Comments
 (0)