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 @@ -2174,9 +2174,9 @@ for host in "${ALL_HOSTS[@]}"; do
2174
2174
with_pushd " ${LIBDISPATCH_SOURCE_DIR} " \
2175
2175
call autoreconf -fvi
2176
2176
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2177
- call env CC=" ${LLVM_BIN} /clang" CCX =" ${LLVM_BIN} /clang" SWIFTC=" ${SWIFTC_BIN} " \
2178
- " ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2179
- --prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2177
+ call env CC=" ${LLVM_BIN} /clang" CXX =" ${LLVM_BIN} /clang++ " SWIFTC=" ${SWIFTC_BIN} " \
2178
+ " ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2179
+ --prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2180
2180
2181
2181
fi
2182
2182
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
You can’t perform that action at this time.
0 commit comments