Browse Source

Fix #593. Change MACOSX_DEPLOYMENT_TARGET to 10.6.

tags/v0.2.15^2
Zhang Xianyi 10 years ago
parent
commit
29293160a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -213,7 +213,7 @@ endif
#

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



Loading…
Cancel
Save