[vlc-devel] [PATCH] package/win32: build.sh: actually use $TRIPLET-pkg-config when it works

Steve Lhomme robux4 at ycbcr.xyz
Tue May 19 13:55:13 CEST 2020


Fixes 6746f5787356c189323228a37bd52b8e6406cfab
---
 extras/package/win32/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index d3648f0423ca..13c30a582716 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -208,7 +208,7 @@ if [ -z "$PKG_CONFIG" ]; then
         fi
     else
         # $TRIPLET-pkg-config WORKs
-        export PKG_CONFIG="pkg-config"
+        export PKG_CONFIG="$TRIPLET-pkg-config"
     fi
 fi
 
-- 
2.26.2



More information about the vlc-devel mailing list