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
commit ed682a4a0c
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