Skip to content

Commit 2a20eb8

Browse files
authored
Merge pull request #23899 from Rostepher/layouts-install-with-compiler-5.1
[Build System: CMake] Install the layouts-*.yaml files in the compiler component (5.1 branch).
2 parents 3d7396e + f6cec60 commit 2a20eb8

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)