File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5ef7e5043fc8202e43284241d50f659b219bf879
2
+ refs/heads/master: e901234d1b9ab78981e0db201f87660a9d28c983
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 @@ -2702,6 +2702,7 @@ for host in "${ALL_HOSTS[@]}"; do
2702
2702
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
2703
2703
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
2704
2704
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
2705
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
2705
2706
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
2706
2707
2707
2708
${LIBICU_BUILD_ARGS[@]}
@@ -3194,6 +3195,7 @@ for host in "${ALL_HOSTS[@]}"; do
3194
3195
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
3195
3196
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
3196
3197
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
3198
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
3197
3199
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
3198
3200
3199
3201
${LIBICU_BUILD_ARGS[@]}
You can’t perform that action at this time.
0 commit comments