Update OSX deployment target to 10.8

fixes #1580
This commit is contained in:
Martin Kroeker
2018-06-14 16:57:58 +02:00
committed by GitHub
parent 26e1cfb653
commit fcb77ab129

View File

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