[vlc-devel] [PATCH] package/win32: build.sh: fix PKG_CONFIG_LIBDIR with spaces in the path

Marvin Scholz epirat07 at gmail.com
Thu Oct 24 15:18:15 CEST 2019


LGTM

On 24 Oct 2019, at 14:39, Steve Lhomme wrote:

> ---
> similar to "win32: build.sh: set PKG_CONFIG_PATH in addition to 
> PKG_CONFIG_LIBDIR"
> and "win32/build.sh: quote PATH/PKG_CONFIG_LIBDIR" which had some 
> parts merged
> but this part is missing.
> ---
>  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 94615a78147..bd5f4b1ced7 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
> -- 
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list