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

Hugo Beauzée-Luyssen hugo at beauzee.fr
Fri May 31 12:16:23 CEST 2019


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



More information about the vlc-devel mailing list