packages/lang/luv/Config.in
Morteza Milani 927ca1346d luv: new package
Luv is libuv binding for lua.

Signed-off-by: Morteza Milani <milani@pichak.co>
2017-02-16 13:21:13 +00:00

11 lines
247 B
Text

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