File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2702,6 +2702,7 @@ for host in "${ALL_HOSTS[@]}"; do
2702
2702
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
2703
2703
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
2704
2704
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
2705
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
2705
2706
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
2706
2707
2707
2708
${LIBICU_BUILD_ARGS[@]}
@@ -3194,6 +3195,7 @@ for host in "${ALL_HOSTS[@]}"; do
3194
3195
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
3195
3196
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
3196
3197
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
3198
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
3197
3199
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
3198
3200
3199
3201
${LIBICU_BUILD_ARGS[@]}
You can’t perform that action at this time.
0 commit comments