coolsnowwolf-packages/lang/luv/Config.in
2018-10-18 16:56:47 +08: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