Skip to content

Commit 651885a

Browse files
committed
[CMake] Install SwiftShims when not building stdlib and building tools
Some swift tools will rely on the shims to work properly, but currently they are only installed if we build the swift stdlib. Like Reflection, we build it if we are building the tools even if we aren't building the stdlib.
1 parent de1c0cd commit 651885a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ else()
10821082
# ensure we build that when building tools.
10831083
if(SWIFT_INCLUDE_TOOLS)
10841084
add_subdirectory(stdlib/public/Reflection)
1085+
add_subdirectory(stdlib/public/SwiftShims)
10851086
endif()
10861087
endif()
10871088

0 commit comments

Comments
 (0)