xLua icon indicating copy to clipboard operation
xLua copied to clipboard

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

Open svermeulen opened this issue 1 year ago • 1 comments

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

svermeulen avatar Sep 06 '24 12:09 svermeulen

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

chexiongsheng avatar Sep 09 '24 08:09 chexiongsheng