Skip to content

Commit 1a31c3a

Browse files
committed
[Build System: CMake] Install the Swift shims in the stdlib component.
1 parent c2107ab commit 1a31c3a

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)