Skip to content
Snippets Groups Projects
Commit 83d22be6 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

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/
parent d5a70534
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment