Skip to content

Commit 0ca01e1

Browse files
committed
reconfigure libdispatch when asked to by the build script
1 parent 8d43142 commit 0ca01e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,7 @@ for host in "${ALL_HOSTS[@]}"; do
24082408
SWIFTC_BIN="$(build_directory_bin ${LOCAL_HOST} swift)/swiftc"
24092409
LLVM_BIN="$(build_directory_bin ${LOCAL_HOST} llvm)"
24102410

2411-
if [[ ! -f "${LIBDISPATCH_BUILD_DIR}"/config.status ]]; then
2411+
if [[ "${RECONFIGURE}" || ! -f "${LIBDISPATCH_BUILD_DIR}"/config.status ]]; then
24122412
# First time building; need to run autotools and configure
24132413
if [[ "$LIBDISPATCH_BUILD_TYPE" == "Release" ]] ; then
24142414
dispatch_build_variant_arg="release"

0 commit comments

Comments
 (0)