summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-15 12:48:54 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-15 12:48:54 -0800
commitb98fced1c21aa18578eecbed27b3736fe452710c (patch)
treee24b568f61ca863363bfdc0445d1ac8d4bd85486 /make_osx_package.sh
parentfce995a7646f9264d6b69b5ed428364ade7ab296 (diff)
make_osx_package.sh: be compatible with OSX >= 10.7.
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index a544ad7a0..3ef650a1f 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -14,6 +14,7 @@ PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
# We need this for hsb2hs:
PATH=$LOCALBIN:$PATH
+export MACOSX_DEPLOYMENT_TARGET=10.7
# echo Removing old files...
rm -rf $DIST