Skip to content

Commit d22039f

Browse files
author
Jeff Whitaker
committed
retry
1 parent bee0724 commit d22039f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export BROTLI_VERSION="1.0.9"
1616

1717
source h5py-wheels/config.sh
1818

19-
function build_curl {
19+
function build_curl2 {
2020
if [ -e curl-stamp ]; then return; fi
2121
local flags="--prefix=$BUILD_PREFIX"
2222
#if [ -n "$IS_MACOS" ]; then
@@ -26,7 +26,7 @@ function build_curl {
2626
# build_openssl
2727
#fi
2828
flags="$flags --with-ssl --without-brotli --without--libnghttp2"
29-
echo "flags = $flags"
29+
echo "curl_configure_flags = $flags"
3030
build_openssl
3131
build_libnghttp2
3232
build_brotli
@@ -68,7 +68,7 @@ function build_libs {
6868
#else
6969
# touch curl-stamp
7070
#fi
71-
build_curl
71+
build_curl2
7272
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
7373
export CFLAGS="-std=gnu99 -Wl,-strip-all"
7474
fi

0 commit comments

Comments
 (0)