File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ source h5py-wheels/config.sh
1919function 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
You can’t perform that action at this time.
0 commit comments