Skip to content

Commit

Permalink
don't set MACOSX_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jun 7, 2024
1 parent 34fb599 commit 09caf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export NO_CDL=1
export NO_PLUGINS=1

# Compile libs for macOS 10.9 or later
export MACOSX_DEPLOYMENT_TARGET="10.9"
#export MACOSX_DEPLOYMENT_TARGET="10.9"
export NETCDF_VERSION="4.9.2"
export HDF5_VERSION="1.12.2"
export OPENSSL_ROOT=openssl-1.1.1t
Expand Down

0 comments on commit 09caf89

Please sign in to comment.