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:
parent
133a09f093
commit
fea1fb2a38
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue