Skip to content

Commit 43305e9

Browse files
author
MarcoFalke
committed
Merge bitcoin#19868: build: Fix target name
7a89f2e build: Fix target name (Hennadii Stepanov) Pull request description: It seems like a typo :) This PR: - fixes errors when building a package in depends for `HOST=x86_64-apple-darwin16` (fix bitcoin#19799) - is a correct alternative to bitcoin@d25e0e3 from bitcoin#19764 ACKs for top commit: icota: tACK bitcoin@7a89f2e dongcarl: Code Review ACK 7a89f2e theuni: ACK 7a89f2e. Tree-SHA512: a0bcbc6805d3450e201476ef1e22e0eb53903db1586c5515314c19afd337bded887e56de0fbe62feaf359b2de15dbccd49a44f1a8b566b4c64f5ae3d94a2ab6d
2 parents 5e14faf + 7a89f2e commit 43305e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/funcs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ $(foreach package,$(all_packages),$(eval $(call int_config_attach_build_config,$
265265
$(foreach package,$(all_packages),$(eval $(call int_add_cmds,$(package))))
266266

267267
#special exception: if a toolchain package exists, all non-native packages depend on it
268-
$(foreach package,$(packages),$(eval $($(package)_unpacked): |$($($(host_arch)_$(host_os)_native_toolchain)_cached) $($($(host_arch)_$(host_os)_native_binutils)_cached) ))
268+
$(foreach package,$(packages),$(eval $($(package)_extracted): |$($($(host_arch)_$(host_os)_native_toolchain)_cached) $($($(host_arch)_$(host_os)_native_binutils)_cached) ))

0 commit comments

Comments
 (0)