mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
CMake: allow to build SwiftDirectRuntime when stdlib build is disabled
Addresses rdar://164174444
This commit is contained in:
@@ -1550,6 +1550,10 @@ else()
|
||||
# Some of the things below depend on the threading library
|
||||
add_subdirectory(stdlib/public/Threading)
|
||||
|
||||
if(SWIFT_BUILD_SWIFT_DIRECT_RUNTIME)
|
||||
add_subdirectory(stdlib/public/SwiftDirectRuntime)
|
||||
endif()
|
||||
|
||||
if(SWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT)
|
||||
add_subdirectory(stdlib/toolchain)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user