mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
luv: new package
Luv is libuv binding for lua. Signed-off-by: Morteza Milani <milani@pichak.co>
This commit is contained in:
committed by
Karl Palsson
parent
74c17c8444
commit
927ca1346d
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user