vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri May 31 12:12:37 2019 +0200| [aa2109dd40d2fe79c14040cf577937c366e6f373] | committer: Steve Lhomme
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/ (cherry picked from commit 83d22be6f983385dcefaff50f121eb7c6643fe3c) Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=aa2109dd40d2fe79c14040cf577937c366e6f373 --- extras/tools/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index d2612ece55..029d1f6c16 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -177,6 +177,7 @@ TOOLS = $BOOTSTRAP_PATH MAKEFLAGS += -j$CPUS CMAKEFLAGS += --parallel=$CPUS PREFIX=\$(abspath ./build) +PATH="\${PREFIX}/bin:$PATH" EOF for t in $FOUND; do _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
