Closed clementfarabet closed 10 years ago
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.
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/torch/qtlua/issues/2#issuecomment-36460387 .
Was qlua ever built against LuaJIT? In my case it builds against plain Lua.