Skip to content

Commit

Permalink
depends: Print ready-to-use --toolchain option for CMake invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 1, 2024
1 parent fc642c3 commit 605926d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 605926d

Please sign in to comment.