Do not override MACOSX_DEPLOYMENT_TARGET if it is already defined.

This commit is contained in:
François Bissey
2016-12-15 11:42:17 +13:00
parent db3efb2e14
commit 32ca9a9f68

View File

@@ -217,7 +217,9 @@ endif
#
ifeq ($(OSNAME), Darwin)
ifndef MACOSX_DEPLOYMENT_TARGET
export MACOSX_DEPLOYMENT_TARGET=10.6
endif
MD5SUM = md5 -r
endif