aboutsummaryrefslogtreecommitdiff
path: root/lang/luv/Config.in
blob: 076473f3643db7e16304ffc86392362f8e422b05 (plain)
1
2
3
4
5
6
7
8
9
10
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