File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 4a0430b79c5a4fb485219f2e21a8eeb2455e906c
2
+ refs/heads/master: 5027c2366463448ff2473b45ac46ce6e17c3a105
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 @@ -3227,6 +3227,10 @@ for host in "${ALL_HOSTS[@]}"; do
3227
3227
continue
3228
3228
;;
3229
3229
* )
3230
+ cmake_options=(
3231
+ ${cmake_options[@]}
3232
+ -DCMAKE_Swift_COMPILER:PATH=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
3233
+ )
3230
3234
results_targets=( " test" )
3231
3235
executable_target=" "
3232
3236
;;
You can’t perform that action at this time.
0 commit comments