Merge caf44e500e into merged_master (Bitcoin PR bitcoin/bitcoin#31008)

This commit is contained in:
ivanlele 2026-03-27 14:37:18 +00:00
commit 4b7fa7fbe2
No known key found for this signature in database

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