mirror of https://github.com/odrling/Aegisub
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:
parent
97b5163874
commit
d311da75e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue