We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11a8ec commit 5498fb8Copy full SHA for 5498fb8
1 file changed
config.sh
@@ -15,7 +15,9 @@ source h5py-wheels/config.sh
15
16
function build_libs {
17
build_hdf5
18
- build_curl
+ if [ -z "$IS_OSX" ]; then
19
+ build_curl
20
+ fi
21
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
22
export CFLAGS="-std=gnu99 -Wl,-strip-all"
23
fi
0 commit comments