[vlc-devel] [vlc-commits] package/win32: build.sh: fix PKG_CONFIG_LIBDIR with spaces in the path
Steve Lhomme
robux4 at ycbcr.xyz
Fri Oct 25 10:09:16 CEST 2019
pushed forced to remove extra comments on the patch
On 2019-10-25 10:08, Steve Lhomme wrote:
> vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Oct 24 14:39:08 2019 +0200| [ebc98acdb1c7ca277ca258096071f8544b16cea7] | committer: Steve Lhomme
>
> package/win32: build.sh: fix PKG_CONFIG_LIBDIR with spaces in the path
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebc98acdb1c7ca277ca258096071f8544b16cea7
> ---
>
> 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 94615a7814..bd5f4b1ced 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
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
>
More information about the vlc-devel
mailing list