Browse Source

Do not override MACOSX_DEPLOYMENT_TARGET if it is already defined.

tags/v0.2.20^2
François Bissey 8 years ago
parent
commit
32ca9a9f68
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)
ifndef MACOSX_DEPLOYMENT_TARGET
export MACOSX_DEPLOYMENT_TARGET=10.6
endif
MD5SUM = md5 -r
endif



Loading…
Cancel
Save