qlua (jit)
clementfarabet opened this issue · 2 comments
clementfarabet commented
Was qlua ever built against LuaJIT? In my case it builds against plain Lua.
andresy commented
qlua does not include lua. it links against the lua library found when doing an luarocks install.
so if you have luajit+luarocks, it links against luajit lib.
clementfarabet commented
Awesome, I had both lua and luajit installed so it defaults to the first
Clément
On Mar 2, 2014, at 12:41 PM, Ronan Collobert notifications@github.com
wrote:
qlua does not include lua. it links against the lua library found when
doing an luarocks install.
so if you have luajit+luarocks, it links against luajit lib.
Reply to this email directly or view it on
GitHubhttps://github.com//issues/2#issuecomment-36460387
.