mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 21:22:47 +01:00
depends: Print ready-to-use --toolchain option for CMake invocation
This commit is contained in:
@@ -189,6 +189,7 @@ $(host_prefix)/.stamp_$(final_build_id): $(native_packages) $(packages)
|
|||||||
echo copying packages: $^
|
echo copying packages: $^
|
||||||
echo to: $(@D)
|
echo to: $(@D)
|
||||||
cd $(@D); $(foreach package,$^, $(build_TAR) xf $($(package)_cached); )
|
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 $@
|
touch $@
|
||||||
|
|
||||||
ifeq ($(host),$(build))
|
ifeq ($(host),$(build))
|
||||||
|
|||||||
Reference in New Issue
Block a user