Browse Source

Update OSX deployment target to 10.8

fixes #1580
tags/v0.3.1
Martin Kroeker GitHub 7 years ago
parent
commit
fcb77ab129
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system 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


Loading…
Cancel
Save