[vlc-devel] [PATCH v2 05/13] contrib: lua: built luac when using prebuilt in cross compilation
Steve Lhomme
robux4 at ycbcr.xyz
Tue Mar 24 15:46:23 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 c0d6591198..edc7615b10 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