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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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