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

Hugo Beauzée-Luyssen git at videolan.org
Mon Jun 3 09:45:01 CEST 2019


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri May 31 12:12:37 2019 +0200| [83d22be6f983385dcefaff50f121eb7c6643fe3c] | committer: Hugo Beauzée-Luyssen

tools: Allow tools to depend on other built tools

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/

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83d22be6f983385dcefaff50f121eb7c6643fe3c
---

 extras/tools/bootstrap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 544429e890..6ce7bce345 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



More information about the vlc-commits mailing list