We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a66e769 + 83e1622 commit 7fa22c4Copy full SHA for 7fa22c4
stdlib/public/Reflection/CMakeLists.txt
@@ -25,6 +25,8 @@ if(SWIFT_BUILD_STDLIB)
25
C_COMPILE_FLAGS ${SWIFT_RUNTIME_CXX_FLAGS}
26
LINK_FLAGS ${SWIFT_RUNTIME_LINK_FLAGS}
27
INSTALL_IN_COMPONENT dev)
28
+else()
29
+ add_custom_target(swiftReflection-${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK}_LIB_SUBDIR})
30
endif()
31
32
# Build a specific version for the host with the host toolchain. This is going
0 commit comments