[vlc-devel] [PATCH 2/3] contrib: lua: built luac when using prebuilt in cross compilation
Steve Lhomme
robux4 at ycbcr.xyz
Mon Mar 23 12:41:08 CET 2020
---
contrib/src/lua/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index d0ce491c91d..05331642282 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -27,6 +27,7 @@ endif
# Feel free to add autodetection if you need to...
PKGS += lua luac
PKGS_ALL += luac
+PKGS_PROGS += luac
ifeq ($(call need_pkg,"lua5.2"),)
PKGS_FOUND += lua luac
endif
--
2.17.1
More information about the vlc-devel
mailing list