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 @@ -2740,6 +2740,7 @@ for host in "${ALL_HOSTS[@]}"; do
2740
2740
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
2741
2741
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
2742
2742
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
2743
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
2743
2744
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
2744
2745
2745
2746
${LIBICU_BUILD_ARGS[@]}
@@ -3370,6 +3371,7 @@ for host in "${ALL_HOSTS[@]}"; do
3370
3371
-DCMAKE_C_COMPILER:PATH=${LLVM_BIN} /clang
3371
3372
-DCMAKE_CXX_COMPILER:PATH=${LLVM_BIN} /clang++
3372
3373
-DCMAKE_SWIFT_COMPILER:PATH=${SWIFTC_BIN}
3374
+ -DCMAKE_Swift_COMPILER:PATH=${SWIFTC_BIN}
3373
3375
-DCMAKE_INSTALL_PREFIX:PATH=$( get_host_install_prefix ${host} )
3374
3376
3375
3377
${LIBICU_BUILD_ARGS[@]}
You can’t perform that action at this time.
0 commit comments