[vlc-commits] package/win32: build.sh: fix PKG_CONFIG_LIBDIR with spaces in the path
Steve Lhomme
git at videolan.org
Thu Jun 18 14:54:15 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Oct 24 14:39:08 2019 +0200| [8d7b2849a82a10d683618a7bba376a77b869799a] | committer: Steve Lhomme
package/win32: build.sh: fix PKG_CONFIG_LIBDIR with spaces in the path
(cherry picked from commit ebc98acdb1c7ca277ca258096071f8544b16cea7)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8d7b2849a82a10d683618a7bba376a77b869799a
---
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 6d1dd9f8f3..960dbd1a21 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -118,7 +118,7 @@ export PATH="$PWD/build/bin":"$PATH"
cd ../../
export USE_FFMPEG=1
-export PKG_CONFIG_LIBDIR=$PWD/contrib/$TRIPLET/lib/pkgconfig
+export PKG_CONFIG_LIBDIR="$PWD/contrib/$TRIPLET/lib/pkgconfig"
export PATH="$PWD/contrib/$TRIPLET/bin":"$PATH"
if [ "$INTERACTIVE" = "yes" ]; then
More information about the vlc-commits
mailing list