[vlc-devel] [PATCH] tools: Allow tools to depend on other built tools

Steve Lhomme robux4 at ycbcr.xyz
Mon Jun 3 08:15:24 CEST 2019


LGTM and that will save me having to remember to set it each time

You may put double quotes around each variable or the whole sting in 
case the PATH has spaces (which is common in WSL).

On 2019-05-31 12:16, Hugo Beauzée-Luyssen wrote:
> This notably fix building libtool, which depends on help2man.
> Currently, libtool will fail to find the help2man we built as a
> dependency.
> https://jenkins.videolan.org/job/vlc-nightly/job/vlc-nightly-llvm-win64-x86_64/443/
> ---
>   extras/tools/bootstrap | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
> index 544429e890..1c837a8910 100755
> --- a/extras/tools/bootstrap
> +++ b/extras/tools/bootstrap
> @@ -178,6 +178,7 @@ TOOLS = $BOOTSTRAP_PATH
>   MAKEFLAGS += -j$CPUS
>   CMAKEFLAGS += --parallel=$CPUS
>   PREFIX=\$(abspath ./build)
> +PATH=\${PREFIX}/bin:$PATH
>   EOF
>   
>   for t in $FOUND; do
> -- 
> 2.20.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