Skip to content

Commit e88b7f0

Browse files
committed
[build-script] Fix typo in libdispatch configuration
Also adjust indent.
1 parent 104a72f commit e88b7f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/build-script-impl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,9 +2172,9 @@ for host in "${ALL_HOSTS[@]}"; do
21722172
with_pushd "${LIBDISPATCH_SOURCE_DIR}" \
21732173
call autoreconf -fvi
21742174
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})"
21782178

21792179
fi
21802180
with_pushd "${LIBDISPATCH_BUILD_DIR}" \

0 commit comments

Comments
 (0)