Skip to content

Commit 3b0b9e0

Browse files
committed
---
yaml --- r: 348698 b: refs/heads/master c: e901234 h: refs/heads/master
1 parent 19b2def commit 3b0b9e0

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,5 +1,5 @@
11
---
2-
refs/heads/master: 5ef7e5043fc8202e43284241d50f659b219bf879
2+
refs/heads/master: e901234d1b9ab78981e0db201f87660a9d28c983
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/utils/build-script-impl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,6 +2702,7 @@ for host in "${ALL_HOSTS[@]}"; do
27022702
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN}/clang
27032703
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN}/clang++
27042704
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
2705+
-DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
27052706
-DCMAKE_INSTALL_PREFIX:PATH=$(get_host_install_prefix ${host})
27062707

27072708
${LIBICU_BUILD_ARGS[@]}
@@ -3194,6 +3195,7 @@ for host in "${ALL_HOSTS[@]}"; do
31943195
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN}/clang
31953196
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN}/clang++
31963197
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
3198+
-DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
31973199
-DCMAKE_INSTALL_PREFIX:PATH=$(get_host_install_prefix ${host})
31983200

31993201
${LIBICU_BUILD_ARGS[@]}

0 commit comments

Comments
 (0)