[vlc-devel] [PATCH] package/win32: build.sh: set VLC_TOOLS to the path we built them
Marvin Scholz
epirat07 at gmail.com
Mon Mar 2 10:07:15 CET 2020
LGTM
On 2 Mar 2020, at 9:23, Steve Lhomme wrote:
> By default it will be $(TOPSRC)/../extras/tools/build which is not
> correct when
> building out of tree for Windows. Because when building for Windows
> there's a
> possibility the same source tree is built from within msys2 or WSL.
> They can't
> share the tools.
> ---
> extras/package/win32/build.sh | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/extras/package/win32/build.sh
> b/extras/package/win32/build.sh
> index 6d782adf0dc..f12f4126683 100755
> --- a/extras/package/win32/build.sh
> +++ b/extras/package/win32/build.sh
> @@ -109,6 +109,7 @@ fi
> info "Building extra tools"
> mkdir -p extras/tools
> cd extras/tools
> +export VLC_TOOLS="$PWD/build"
>
> export PATH="$PWD/build/bin":"$PATH"
> # Force patched meson as newer versions don't add -lpthread properly
> in libplacebo.pc
> --
> 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