File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 06ffc2f079f4702fec2a4b5fa47f7201eb73bd15
2
+ refs/heads/master: 6aea2327920d1a3c154883e476145fd6d0936477
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ foreach(sdk ${SWIFT_SDKS})
143
143
"swift-stdlib-${platform} -${arch} "
144
144
"copy-legacy-layouts-${platform} -${arch} " )
145
145
146
- swift_install_in_component (stdlib
146
+ swift_install_in_component (compiler
147
147
FILES ${input}
148
148
DESTINATION "lib/swift/${platform} /" )
149
149
else ()
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ add_custom_command_target(unused_var
105
105
COMMENT "Symlinking Clang resource headers into ${SWIFTLIB_DIR} /clang" )
106
106
add_dependencies (copy_shim_headers symlink_clang_headers )
107
107
108
- swift_install_in_component (compiler
108
+ swift_install_in_component (stdlib
109
109
FILES ${sources}
110
110
DESTINATION "lib/swift/shims" )
111
111
You can’t perform that action at this time.
0 commit comments