Browse Source

Merge pull request #1032 from kiwifb/OSX_target

Do not override MACOSX_DEPLOYMENT_TARGET if it is already defined.
tags/v0.2.20^2
Zhang Xianyi GitHub 9 years ago
parent
commit
8f9975e013
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.system

+ 2
- 0
Makefile.system View File

@@ -217,7 +217,9 @@ endif
# #


ifeq ($(OSNAME), Darwin) ifeq ($(OSNAME), Darwin)
ifndef MACOSX_DEPLOYMENT_TARGET
export MACOSX_DEPLOYMENT_TARGET=10.6 export MACOSX_DEPLOYMENT_TARGET=10.6
endif
MD5SUM = md5 -r MD5SUM = md5 -r
endif endif




Loading…
Cancel
Save