We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d43142 commit 0ca01e1Copy full SHA for 0ca01e1
utils/build-script-impl
@@ -2408,7 +2408,7 @@ for host in "${ALL_HOSTS[@]}"; do
2408
SWIFTC_BIN="$(build_directory_bin ${LOCAL_HOST} swift)/swiftc"
2409
LLVM_BIN="$(build_directory_bin ${LOCAL_HOST} llvm)"
2410
2411
- if [[ ! -f "${LIBDISPATCH_BUILD_DIR}"/config.status ]]; then
+ if [[ "${RECONFIGURE}" || ! -f "${LIBDISPATCH_BUILD_DIR}"/config.status ]]; then
2412
# First time building; need to run autotools and configure
2413
if [[ "$LIBDISPATCH_BUILD_TYPE" == "Release" ]] ; then
2414
dispatch_build_variant_arg="release"
0 commit comments