diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-10-01 13:03:35 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-10-01 13:03:35 +0100 |
commit | 605926da0ab4ac7ae4e9aed55a059f37c31c15b5 (patch) | |
tree | f8cd24bf66b157ed6152831882858152967c2656 /depends | |
parent | fc642c33ef28829eda0119a0fe39fd9bc4b84051 (diff) |
depends: Print ready-to-use `--toolchain` option for CMake invocation
Diffstat (limited to 'depends')
-rw-r--r-- | depends/Makefile | 1 |
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)) |