Skip to content

Commit 4046c33

Browse files
committed
---
yaml --- r: 348607 b: refs/heads/master c: 5027c23 h: refs/heads/master i: 348605: 59bc11a 348603: 7cd3b98 348599: 5bcfb15 348591: a993c53 348575: cee0d57 348543: b850717
1 parent c7e101c commit 4046c33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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: 4a0430b79c5a4fb485219f2e21a8eeb2455e906c
2+
refs/heads/master: 5027c2366463448ff2473b45ac46ce6e17c3a105
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,6 +3227,10 @@ for host in "${ALL_HOSTS[@]}"; do
32273227
continue
32283228
;;
32293229
*)
3230+
cmake_options=(
3231+
${cmake_options[@]}
3232+
-DCMAKE_Swift_COMPILER:PATH="$(build_directory_bin ${LOCAL_HOST} swift)/swiftc"
3233+
)
32303234
results_targets=( "test" )
32313235
executable_target=""
32323236
;;

0 commit comments

Comments
 (0)