Skip to content

Commit 9f3bcc4

Browse files
committed
---
yaml --- r: 349282 b: refs/heads/master-next c: ce5295b h: refs/heads/master
1 parent 84a08d0 commit 9f3bcc4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: d1c87f3c936c41418ee93320e42d523b3f51b6df
3+
refs/heads/master-next: ce5295b360edc00c3841c6c73e7075754f37e039
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/utils/build-script-impl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,6 +2740,7 @@ for host in "${ALL_HOSTS[@]}"; do
27402740
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN}/clang
27412741
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN}/clang++
27422742
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
2743+
-DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
27432744
-DCMAKE_INSTALL_PREFIX:PATH=$(get_host_install_prefix ${host})
27442745

27452746
${LIBICU_BUILD_ARGS[@]}
@@ -3370,6 +3371,7 @@ for host in "${ALL_HOSTS[@]}"; do
33703371
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN}/clang
33713372
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN}/clang++
33723373
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
3374+
-DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
33733375
-DCMAKE_INSTALL_PREFIX:PATH=$(get_host_install_prefix ${host})
33743376

33753377
${LIBICU_BUILD_ARGS[@]}

0 commit comments

Comments
 (0)