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
19
19
function build_curl2 {
20
20
if [ -e curl-stamp ]; then return ; fi
21
21
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"
29
29
echo " curl_configure_flags = $flags "
30
- build_openssl
31
30
build_libnghttp2
32
31
build_brotli
33
32
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments