Skip to content

Commit 09caf89

Browse files
committed
don't set MACOSX_DEPLOYMENT_TARGET
1 parent 34fb599 commit 09caf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export NO_CDL=1
1111
export NO_PLUGINS=1
1212

1313
# Compile libs for macOS 10.9 or later
14-
export MACOSX_DEPLOYMENT_TARGET="10.9"
14+
#export MACOSX_DEPLOYMENT_TARGET="10.9"
1515
export NETCDF_VERSION="4.9.2"
1616
export HDF5_VERSION="1.12.2"
1717
export OPENSSL_ROOT=openssl-1.1.1t

0 commit comments

Comments
 (0)