Skip to content

Commit 9dedc99

Browse files
committed
---
yaml --- r: 347496 b: refs/heads/master c: 6aea232 h: refs/heads/master
1 parent c4dd14e commit 9dedc99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 06ffc2f079f4702fec2a4b5fa47f7201eb73bd15
2+
refs/heads/master: 6aea2327920d1a3c154883e476145fd6d0936477
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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()

trunk/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)