Skip to content

Commit a316fa9

Browse files
authored
Merge pull request #23903 from Rostepher/shims-with-stdlib
[Build System: CMake] Install the Swift shims in the stdlib component.
2 parents ecd3af8 + 1a31c3a commit a316fa9

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)