Skip to content

Commit 5498fb8

Browse files
committed
use built-in curl on osx to see if that fixes dap test failures
1 parent a11a8ec commit 5498fb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ source h5py-wheels/config.sh
1515

1616
function build_libs {
1717
build_hdf5
18-
build_curl
18+
if [ -z "$IS_OSX" ]; then
19+
build_curl
20+
fi
1921
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
2022
export CFLAGS="-std=gnu99 -Wl,-strip-all"
2123
fi

0 commit comments

Comments
 (0)