Skip to content

Commit 7fa22c4

Browse files
authored
Merge pull request #20397 from compnerd/deptrack
2 parents a66e769 + 83e1622 commit 7fa22c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Reflection/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ if(SWIFT_BUILD_STDLIB)
2525
C_COMPILE_FLAGS ${SWIFT_RUNTIME_CXX_FLAGS}
2626
LINK_FLAGS ${SWIFT_RUNTIME_LINK_FLAGS}
2727
INSTALL_IN_COMPONENT dev)
28+
else()
29+
add_custom_target(swiftReflection-${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK}_LIB_SUBDIR})
2830
endif()
2931

3032
# Build a specific version for the host with the host toolchain. This is going

0 commit comments

Comments
 (0)