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

Steve Lhomme git at videolan.org
Thu Jun 18 14:54:30 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 19 13:54:57 2020 +0200| [306c5f5602a3ce8bb356fc39c79a41a022cafac2] | committer: Steve Lhomme

package/win32: build.sh: actually use $TRIPLET-pkg-config when it works

Fixes 6746f5787356c189323228a37bd52b8e6406cfab

(cherry picked from commit edf99535060e4ade46ce5ac18a8ec99b70f60233)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=306c5f5602a3ce8bb356fc39c79a41a022cafac2
---

 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 a46f48f5c9..580163c19a 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -192,7 +192,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
 



More information about the vlc-commits mailing list