Change LuaJIT's deployment target back to 10.4

Targetting 10.7 makes the error handler segfault, and targetting 10.4
appears to work fine.
This commit is contained in:
Thomas Goyne 2014-07-23 14:52:13 -07:00
parent 97b5163874
commit d311da75e0
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ ifeq (Windows,$(TARGET_SYS))
else
ifeq (Darwin,$(TARGET_SYS))
ifeq (,$(MACOSX_DEPLOYMENT_TARGET))
export MACOSX_DEPLOYMENT_TARGET=10.7
export MACOSX_DEPLOYMENT_TARGET=10.4
endif
TARGET_STRIP+= -x
TARGET_AR+= 2>/dev/null