Skip to content

Commit 0bcda85

Browse files
author
Jeff Whitaker
committed
retry
1 parent d22039f commit 0bcda85

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

config.sh

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ source h5py-wheels/config.sh
1919
function build_curl2 {
2020
if [ -e curl-stamp ]; then return; fi
2121
local flags="--prefix=$BUILD_PREFIX"
22-
#if [ -n "$IS_MACOS" ]; then
23-
# flags="$flags --with-darwinssl"
24-
#else # manylinux
25-
# flags="$flags --with-ssl"
26-
# build_openssl
27-
#fi
28-
flags="$flags --with-ssl --without-brotli --without--libnghttp2"
22+
if [ -n "$IS_MACOS" ]; then
23+
flags="$flags --with-darwinssl"
24+
else # manylinux
25+
flags="$flags --with-ssl"
26+
build_openssl
27+
fi
28+
flags="$flags --without-brotli --without--libnghttp2"
2929
echo "curl_configure_flags = $flags"
30-
build_openssl
3130
build_libnghttp2
3231
build_brotli
3332
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz

0 commit comments

Comments
 (0)