commit ed77a8fe11aee07db4aea3fa3c361047944e14cc
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Jun 4 19:32:59 2016 -0400
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Jun 4 19:32:59 2016 -0400
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.
---
pkg/osx/GNUmakefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index f4ad51da..ff37dc5b 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -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