File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/master-next/utils 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
2
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3
- refs/heads/master-next: d1c87f3c936c41418ee93320e42d523b3f51b6df
3
+ refs/heads/master-next: ce5295b360edc00c3841c6c73e7075754f37e039
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
6
6
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07
Original file line number Diff line number Diff line change @@ -2740,6 +2740,7 @@ for host in "${ALL_HOSTS[@]}"; do
2740
2740
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
2741
2741
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
2742
2742
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
2743
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
2743
2744
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
2744
2745
2745
2746
${LIBICU_BUILD_ARGS[@]}
@@ -3370,6 +3371,7 @@ for host in "${ALL_HOSTS[@]}"; do
3370
3371
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
3371
3372
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
3372
3373
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
3374
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
3373
3375
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
3374
3376
3375
3377
${LIBICU_BUILD_ARGS[@]}
You can’t perform that action at this time.
0 commit comments