File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export BROTLI_VERSION="1.0.9"
16
16
17
17
source h5py-wheels/config.sh
18
18
19
- function build_curl {
19
+ function build_curl2 {
20
20
if [ -e curl-stamp ]; then return ; fi
21
21
local flags=" --prefix=$BUILD_PREFIX "
22
22
# if [ -n "$IS_MACOS" ]; then
@@ -26,7 +26,7 @@ function build_curl {
26
26
# build_openssl
27
27
# fi
28
28
flags=" $flags --with-ssl --without-brotli --without--libnghttp2"
29
- echo " flags = $flags "
29
+ echo " curl_configure_flags = $flags "
30
30
build_openssl
31
31
build_libnghttp2
32
32
build_brotli
@@ -68,7 +68,7 @@ function build_libs {
68
68
# else
69
69
# touch curl-stamp
70
70
# fi
71
- build_curl
71
+ build_curl2
72
72
if [ -z " $IS_OSX " ] && [ $MB_ML_VER -eq 1 ]; then
73
73
export CFLAGS=" -std=gnu99 -Wl,-strip-all"
74
74
fi
You can’t perform that action at this time.
0 commit comments