From d311da75e0aee48e564ac75e772a241afc27c1a9 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Wed, 23 Jul 2014 14:52:13 -0700
Subject: [PATCH] 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.
---
 vendor/luajit/src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/luajit/src/Makefile b/vendor/luajit/src/Makefile
index 4fd3f5067..26c85de70 100644
--- a/vendor/luajit/src/Makefile
+++ b/vendor/luajit/src/Makefile
@@ -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
-- 
GitLab