aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-10-01 13:03:35 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-10-01 13:03:35 +0100
commit605926da0ab4ac7ae4e9aed55a059f37c31c15b5 (patch)
treef8cd24bf66b157ed6152831882858152967c2656 /depends
parentfc642c33ef28829eda0119a0fe39fd9bc4b84051 (diff)
depends: Print ready-to-use `--toolchain` option for CMake invocation
Diffstat (limited to 'depends')
-rw-r--r--depends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile
index f492559307..f1dc300b7a 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -189,6 +189,7 @@ $(host_prefix)/.stamp_$(final_build_id): $(native_packages) $(packages)
echo copying packages: $^
echo to: $(@D)
cd $(@D); $(foreach package,$^, $(build_TAR) xf $($(package)_cached); )
+ echo To build Bitcoin Core with these packages, pass \'--toolchain $(@D)/toolchain.cmake\' to the first CMake invocation.
touch $@
ifeq ($(host),$(build))