From 605926da0ab4ac7ae4e9aed55a059f37c31c15b5 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:03:35 +0100 Subject: [PATCH] depends: Print ready-to-use `--toolchain` option for CMake invocation --- depends/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/depends/Makefile b/depends/Makefile index f49255930791c..f1dc300b7ae5c 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))