[vlc-devel] [PATCH v2 03/13] contrib: lua: use the common native build environment

Steve Lhomme robux4 at ycbcr.xyz
Tue Mar 24 15:46:21 CET 2020


---
 contrib/src/lua/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index c6af47bf04..c0d6591198 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -90,7 +90,7 @@ endif
 
 ifdef HAVE_CROSS_COMPILE
 # Remove the cross-compiler environment for the native compiler
-LUACVARS=CFLAGS="" CPPFLAGS="" LDFLAGS=""
+LUACVARS=$(BUILDVARS)
 else
 ifdef HAVE_WIN32
 LUACVARS=CPPFLAGS="-DLUA_DL_DLL"
-- 
2.17.1



More information about the vlc-devel mailing list