Tencent / xLua

xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
Other
9.34k stars 2.45k forks source link

是否可以为 macOS Silicon 构建带有 LuaJIT 的 xlua? #1164

Open svermeulen opened 1 week ago

svermeulen commented 1 week ago

我看到有 make_osx_silicon_lua53.sh 和 make_osx_silicon_lua54.sh,但没有针对 LuaJIT 的脚本。

chexiongsheng commented 1 week ago

添加了:https://github.com/Tencent/xLua/commit/8723158b9e31d9bc315aebb47e050d96e5658111 不过无论是intel的还是silicon的,其实都是用lua5.1,不是真的用luajit。一直如此。 这是因为luajit要求可执行程序的编译加上指定参数。unity编辑器的可执行程序是mono,这办不到。