Merge pull request #1619 from martin-frbg/issue1580

Update OSX deployment target to 10.8
This commit is contained in:
Martin Kroeker
2018-06-14 17:48:51 +02:00
committed by GitHub

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