We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c85bbe commit 8df5969Copy full SHA for 8df5969
stdlib/private/CMakeLists.txt
@@ -23,7 +23,8 @@ endif()
23
if(SWIFT_BUILD_SDK_OVERLAY)
24
add_subdirectory(OSLog)
25
26
- if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
+ list_intersect("${SWIFT_APPLE_PLATFORMS}" "${SWIFT_SDKS}" building_darwin_sdks)
27
+ if(building_darwin_sdks)
28
add_subdirectory(StdlibUnittestFoundationExtras)
29
endif()
30
# Currently SwiftReflectionTest cannot be built on Windows, due to
0 commit comments