Skip to content

Commit fd57a08

Browse files
authored
Merge pull request #25641 from xiaobai/the-real-shim-shady
[CMake] Install SwiftShims when not building stdlib and building tools
2 parents 56049ce + 651885a commit fd57a08

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)