We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d0ce4 commit 96bea63Copy full SHA for 96bea63
1 file changed
config.sh
@@ -15,12 +15,13 @@ source h5py-wheels/config.sh
15
16
function build_libs {
17
build_hdf5
18
- build_curl
19
- #if [ -z "$IS_OSX" ]; then
20
- # build_curl
21
- #else
22
- # touch curl-stamp
23
- #fi
+ #build_curl
+ # use built-in curl on OSX
+ if [ -z "$IS_OSX" ]; then
+ build_curl
+ else
+ touch curl-stamp
24
+ fi
25
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
26
export CFLAGS="-std=gnu99 -Wl,-strip-all"
27
fi
0 commit comments