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:
parent
f802aa44fd
commit
ed77a8fe11
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue