depends: Print ready-to-use --toolchain option for CMake invocation

This commit is contained in:
Hennadii Stepanov 2024-10-01 13:03:35 +01:00
parent fc642c33ef
commit 605926da0a
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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))