Set MACOSX_DEPLOYMENT_TARGET to target 10.4, so that the launcher will

work on older versions.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1944
This commit is contained in:
Simon Howard 2010-07-14 20:36:53 +00:00
parent 133a09f093
commit fea1fb2a38

View file

@ -6,6 +6,10 @@
include ../config.make
# Build so that the package will work on older versions.
export MACOSX_DEPLOYMENT_TARGET=10.4
STAGING_DIR=staging
DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg