Skip to content

Commit b2ea7bd

Browse files
committed
Set MACOSX_DEPLOYMENT_TARGET
See Unidata/netcdf4-python#888
1 parent 7acbfc6 commit b2ea7bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Uncomment to disable net tests - the server is sometimes down
44
export NO_NET=1
55

6+
# Compile libs for macOS 10.9 or later
7+
export MACOSX_DEPLOYMENT_TARGET="10.9"
8+
69
source h5py-wheels/config.sh
710

811
function build_libs {

0 commit comments

Comments
 (0)