Skip to content

Commit ecd3af8

Browse files
authored
Merge pull request swiftlang#23898 from Rostepher/layouts-install-with-compiler
[Build System: CMake] Install the layouts-*.yaml files in the compiler component.
2 parents 73cb786 + d1f4ddc commit ecd3af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ foreach(sdk ${SWIFT_SDKS})
143143
"swift-stdlib-${platform}-${arch}"
144144
"copy-legacy-layouts-${platform}-${arch}")
145145

146-
swift_install_in_component(stdlib
146+
swift_install_in_component(compiler
147147
FILES ${input}
148148
DESTINATION "lib/swift/${platform}/")
149149
else()

0 commit comments

Comments
 (0)