Do not override MACOSX_DEPLOYMENT_TARGET if it is already defined.
authorFrançois Bissey <francois.bissey@canterbury.ac.nz>
Wed, 14 Dec 2016 22:42:17 +0000 (11:42 +1300)
committerFrançois Bissey <francois.bissey@canterbury.ac.nz>
Wed, 14 Dec 2016 22:42:17 +0000 (11:42 +1300)
Makefile.system

index b05177b..d4b3709 100644 (file)
@@ -217,7 +217,9 @@ endif
 #
 
 ifeq ($(OSNAME), Darwin)
+ifndef MACOSX_DEPLOYMENT_TARGET
 export MACOSX_DEPLOYMENT_TARGET=10.6
+endif
 MD5SUM = md5 -r
 endif