diff options
author | Simon Howard | 2010-07-14 20:36:53 +0000 |
---|---|---|
committer | Simon Howard | 2010-07-14 20:36:53 +0000 |
commit | fea1fb2a38f269fb841c4fcb0c0dea70e2bde388 (patch) | |
tree | 4557466552f033149b1bdbe4922c5e461ac8a139 /pkg | |
parent | 133a09f09363605f6ecfd547d862b6dd0a479dbb (diff) | |
download | chocolate-doom-fea1fb2a38f269fb841c4fcb0c0dea70e2bde388.tar.gz chocolate-doom-fea1fb2a38f269fb841c4fcb0c0dea70e2bde388.tar.bz2 chocolate-doom-fea1fb2a38f269fb841c4fcb0c0dea70e2bde388.zip |
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
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/osx/GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index d119efa1..baaec048 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -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 |