You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project builds Lua libraries for two the most popular Lua
implementations: PUC Rio Lua and LuaJIT. However, integration with
other implementations are interesting as well (like Tarantool,
LuaVela, OpenResty etc.). The patch enables integration with other
Lua libraries by setting `LUA_INCLUDE_DIR`, `LUA_LIBRARIES` and
`LUA_EXECUTABLE` (yes, it is required too).
Needed for tarantool/tarantool#10911
0 commit comments