Skip to content

Commit 5027c23

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-rebranch
2 parents 4a0430b + e89e010 commit 5027c23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)