mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build, depends: Fix libmultiprocess
cross-compilation
This change prevents building all default targets that include `mpgen`, which expectedly fails to link when cross-compiling.
This commit is contained in:
parent
3b12fc7bcd
commit
2de2ea2ff6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ define $(package)_config_cmds
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_build_cmds
|
define $(package)_build_cmds
|
||||||
$(MAKE)
|
$(MAKE) multiprocess
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_stage_cmds
|
define $(package)_stage_cmds
|
||||||
|
|
Loading…
Add table
Reference in a new issue