mirror of
https://github.com/love2d/love-apple-dependencies.git
synced 2026-08-12 08:30:57 +02:00
macOS: update LuaJIT with arm64 pcall fix
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
mkdir -p Sources/luajit
|
||||
mkdir -p Sources/LuaJIT
|
||||
|
||||
git clone https://github.com/LuaJIT/LuaJIT.git Sources/LuaJIT
|
||||
cd Sources/LuaJIT
|
||||
@@ -6,7 +6,8 @@ git pull
|
||||
git checkout v2.1
|
||||
|
||||
INSTALL_NAME="@rpath/Lua.framework/Versions/A/Lua"
|
||||
MACOSX_DEPLOYMENT_TARGET=10.7
|
||||
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.7
|
||||
|
||||
# build x64
|
||||
make clean
|
||||
|
||||
Reference in New Issue
Block a user