Skip to content

Commit 3d7396e

Browse files
authored
Merge pull request #23904 from Rostepher/shims-with-stdlib-5.1
[Build System: CMake] Install the Swift shims in the stdlib component (5.1 branch).
2 parents 9a16338 + 022b16a commit 3d7396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftShims/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ add_custom_command_target(unused_var
105105
COMMENT "Symlinking Clang resource headers into ${SWIFTLIB_DIR}/clang")
106106
add_dependencies(copy_shim_headers symlink_clang_headers)
107107

108-
swift_install_in_component(compiler
108+
swift_install_in_component(stdlib
109109
FILES ${sources}
110110
DESTINATION "lib/swift/shims")
111111

0 commit comments

Comments
 (0)