Skip to content

Commit f6cec60

Browse files
committed
[Build System: CMake] Install the layouts-*.yaml files in the compiler component.
(cherry picked from commit d1f4ddc)
1 parent c4d61f5 commit f6cec60

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
@@ -139,7 +139,7 @@ foreach(sdk ${SWIFT_SDKS})
139139
"swift-stdlib-${platform}-${arch}"
140140
"copy-legacy-layouts-${platform}-${arch}")
141141

142-
swift_install_in_component(stdlib
142+
swift_install_in_component(compiler
143143
FILES ${input}
144144
DESTINATION "lib/swift/${platform}/")
145145
else()

0 commit comments

Comments
 (0)