Commit 3937eb10 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: detect local Lua 5.2

parent 9fc317a3
...@@ -23,6 +23,9 @@ endif ...@@ -23,6 +23,9 @@ endif
# Feel free to add autodetection if you need to... # Feel free to add autodetection if you need to...
PKGS += lua PKGS += lua
ifeq ($(call need_pkg,"lua5.2"),)
PKGS_FOUND += lua
endif
ifeq ($(call need_pkg,"lua5.1"),) ifeq ($(call need_pkg,"lua5.1"),)
PKGS_FOUND += lua PKGS_FOUND += lua
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment