File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2172,9 +2172,9 @@ for host in "${ALL_HOSTS[@]}"; do
2172
2172
with_pushd " ${LIBDISPATCH_SOURCE_DIR} " \
2173
2173
call autoreconf -fvi
2174
2174
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2175
- call env CC=" ${LLVM_BIN} /clang" CCX =" ${LLVM_BIN} /clang" SWIFTC=" ${SWIFTC_BIN} " \
2176
- " ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2177
- --prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2175
+ call env CC=" ${LLVM_BIN} /clang" CXX =" ${LLVM_BIN} /clang++ " SWIFTC=" ${SWIFTC_BIN} " \
2176
+ " ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2177
+ --prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2178
2178
2179
2179
fi
2180
2180
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
You can’t perform that action at this time.
0 commit comments