Skip to content

Commit 9d6447d

Browse files
committed
Address feedback
1 parent 8b5a7d8 commit 9d6447d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,6 @@ for host in "${ALL_HOSTS[@]}"; do
24232423
-DCMAKE_BUILD_TYPE:STRING=${FOUNDATION_BUILD_TYPE}
24242424
-DCMAKE_C_COMPILER:PATH=${CLANG_BIN}/clang
24252425
-DCMAKE_CXX_COMPILER:PATH=${CLANG_BIN}/clang++
2426-
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
24272426
-DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
24282427
-DCMAKE_Swift_FLAGS:STRING="$(common_swift_flags)"
24292428
-DCMAKE_INSTALL_PREFIX:PATH=$(get_host_install_prefix ${host})

0 commit comments

Comments
 (0)