We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--toolchain
1 parent fc642c3 commit 605926dCopy full SHA for 605926d
depends/Makefile
@@ -189,6 +189,7 @@ $(host_prefix)/.stamp_$(final_build_id): $(native_packages) $(packages)
189
echo copying packages: $^
190
echo to: $(@D)
191
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.
193
touch $@
194
195
ifeq ($(host),$(build))
0 commit comments