Skip to content

Commit f332937

Browse files
authored
Merge pull request #80341 from compnerd/new-currency
utils: enable swift_Concurrency on the new build
2 parents 20ef4b0 + 075b973 commit f332937

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)