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.
2 parents 99d9f43 + cdf0d19 commit 43f04eeCopy full SHA for 43f04ee
tools/CMakeLists.txt
@@ -50,8 +50,4 @@ if(SWIFT_HOST_VARIANT STREQUAL "macosx")
50
add_swift_tool_subdirectory(swift-stdlib-tool)
51
endif()
52
53
-
54
-is_sdk_requested("${SWIFT_HOST_VARIANT_SDK}" SWIFT_HOST_SDK_REQUESTED)
55
-if(SWIFT_BUILD_STDLIB AND SWIFT_HOST_SDK_REQUESTED)
56
- add_swift_tool_subdirectory(swift-reflection-dump)
57
-endif()
+add_swift_tool_subdirectory(swift-reflection-dump)
0 commit comments