Skip to content

Commit e6d0ce4

Browse files
committed
try using built curl on macos x again
1 parent 80288c8 commit e6d0ce4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

config.sh

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

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

0 commit comments

Comments
 (0)