Skip to content

Commit e89e010

Browse files
authored
Merge pull request #27245 from compnerd/peek-a-boo-i-see-you
utils: pass `CMAKE_Swift_COMPILER`
2 parents 80ef4c6 + 42f350b commit e89e010

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
@@ -3405,6 +3405,10 @@ for host in "${ALL_HOSTS[@]}"; do
34053405
continue
34063406
;;
34073407
*)
3408+
cmake_options=(
3409+
${cmake_options[@]}
3410+
-DCMAKE_Swift_COMPILER:PATH="$(build_directory_bin ${LOCAL_HOST} swift)/swiftc"
3411+
)
34083412
results_targets=( "test" )
34093413
executable_target=""
34103414
;;

0 commit comments

Comments
 (0)