Skip to content

Commit 605926d

Browse files
committed
depends: Print ready-to-use --toolchain option for CMake invocation
1 parent fc642c3 commit 605926d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ $(host_prefix)/.stamp_$(final_build_id): $(native_packages) $(packages)
189189
echo copying packages: $^
190190
echo to: $(@D)
191191
cd $(@D); $(foreach package,$^, $(build_TAR) xf $($(package)_cached); )
192+
echo To build Bitcoin Core with these packages, pass \'--toolchain $(@D)/toolchain.cmake\' to the first CMake invocation.
192193
touch $@
193194

194195
ifeq ($(host),$(build))

0 commit comments

Comments
 (0)