File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2391,6 +2391,7 @@ for host in "${ALL_HOSTS[@]}"; do
2391
2391
LLVM_BIN=" $( build_directory_bin ${LOCAL_HOST} llvm) "
2392
2392
2393
2393
if [[ " ${RECONFIGURE} " || ! -f " ${LIBDISPATCH_BUILD_DIR} " /config.status ]]; then
2394
+ echo " Reconfiguring libdispatch"
2394
2395
# First time building; need to run autotools and configure
2395
2396
if [[ " $LIBDISPATCH_BUILD_TYPE " == " Release" ]] ; then
2396
2397
dispatch_build_variant_arg=" release"
@@ -2400,14 +2401,16 @@ for host in "${ALL_HOSTS[@]}"; do
2400
2401
dispatch_build_variant_arg=" debug"
2401
2402
fi
2402
2403
call mkdir -p " ${LIBDISPATCH_BUILD_DIR} "
2404
+ echo ` which autoreconf`
2403
2405
with_pushd " ${LIBDISPATCH_SOURCE_DIR} " \
2404
2406
call autoreconf -fvi
2405
2407
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2406
2408
call env CC=" ${LLVM_BIN} /clang" CXX=" ${LLVM_BIN} /clang++" SWIFTC=" ${SWIFTC_BIN} " \
2407
2409
" ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2408
2410
--with-build-variant=$dispatch_build_variant_arg \
2409
2411
--prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2410
-
2412
+ else
2413
+ echo " Skipping reconfiguration of libdispatch"
2411
2414
fi
2412
2415
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2413
2416
call make
You can’t perform that action at this time.
0 commit comments