Skip to content

Commit 96bea63

Browse files
committed
didn't work, re-enable built-in curl on OSX
1 parent e6d0ce4 commit 96bea63

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

config.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ source h5py-wheels/config.sh
1515

1616
function build_libs {
1717
build_hdf5
18-
build_curl
19-
#if [ -z "$IS_OSX" ]; then
20-
# build_curl
21-
#else
22-
# touch curl-stamp
23-
#fi
18+
#build_curl
19+
# use built-in curl on OSX
20+
if [ -z "$IS_OSX" ]; then
21+
build_curl
22+
else
23+
touch curl-stamp
24+
fi
2425
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
2526
export CFLAGS="-std=gnu99 -Wl,-strip-all"
2627
fi

0 commit comments

Comments
 (0)