Skip to content

Commit 340bbe9

Browse files
authored
Merge pull request #27271 from compnerd/swift-compiler
build: try harder to pass along CMAKE_Swift_COMPILER
2 parents 3bbc504 + ba3a3a7 commit 340bbe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script-impl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,6 +2779,7 @@ for host in "${ALL_HOSTS[@]}"; do
27792779
-DCMAKE_C_COMPILER:PATH="${LLVM_BIN}/clang"
27802780
-DCMAKE_CXX_COMPILER:PATH="${LLVM_BIN}/clang++"
27812781
-DCMAKE_SWIFT_COMPILER:PATH="${SWIFTC_BIN}"
2782+
-DCMAKE_Swift_COMPILER:PATH="${SWIFTC_BIN}"
27822783
-DCMAKE_INSTALL_PREFIX:PATH="$(get_host_install_prefix ${host})"
27832784
-DCMAKE_INSTALL_LIBDIR:PATH="lib"
27842785

0 commit comments

Comments
 (0)