[vlc-commits] package/win32: build.sh: actually use $TRIPLET-pkg-config when it works
Steve Lhomme
git at videolan.org
Tue May 19 14:34:33 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 19 13:54:57 2020 +0200| [edf99535060e4ade46ce5ac18a8ec99b70f60233] | committer: Steve Lhomme
package/win32: build.sh: actually use $TRIPLET-pkg-config when it works
Fixes 6746f5787356c189323228a37bd52b8e6406cfab
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edf99535060e4ade46ce5ac18a8ec99b70f60233
---
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 d3648f0423..13c30a5827 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
More information about the vlc-commits
mailing list