osx: Bump OSX deployment target to 10.7.

We recently switched to targeting 10.4 because of build problems with
SDL on old versions on OSX. So make this match.
This commit is contained in:
Simon Howard 2016-06-04 19:32:59 -04:00
parent f802aa44fd
commit ed77a8fe11

View file

@ -8,9 +8,7 @@ include ../config.make
DOC_FILES += README.Strife NOT-BUGS
# Build so that the package will work on older versions.
export MACOSX_DEPLOYMENT_TARGET=10.4
export MACOSX_DEPLOYMENT_TARGET=10.7
STAGING_DIR=staging
DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg