Skip to content

Commit abc0219

Browse files
committed
Enable Concurrency Build Testing
Enabling building the concurrency runtimes for build-testing purposes.
1 parent c4ad920 commit abc0219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,8 @@ if(SWIFT_ENABLE_NEW_RUNTIME_BUILD)
16321632
-DCMAKE_COLOR_DIAGNOSTICS:BOOLEAN=${CMAKE_COLOR_DIAGNOSTICS}
16331633
-DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
16341634
-DSwiftCore_PLATFORM_SUBDIR=${SWIFT_SDK_${sdk}_LIB_SUBDIR}
1635-
-DSwiftCore_ARCH_SUBDIR=${arch})
1635+
-DSwiftCore_ARCH_SUBDIR=${arch}
1636+
-DSwiftCore_ENABLE_CONCURRENCY=YES)
16361637
if(NOT ${CMAKE_CROSSCOMPILING})
16371638
add_dependencies("${stdlib_target}" swift-frontend)
16381639
endif()

0 commit comments

Comments
 (0)