Files
packages/lang/lua/luv/Config.in
Alexandru Ardelean 7eebedcdfc lua: move Lua packages under lang/lua sub-folder
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2025-11-17 08:46:33 +02:00

12 lines
247 B
Plaintext

menu "Configuration"
depends on PACKAGE_luv
config LUV_USE_LUAJIT_ENGINE
bool "Use luajit engine"
select PACKAGE_luajit
help
If selected, luv will be compiled against luajit. If not selected, luv will use Lua as engine.
default n
endmenu