mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05: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
|
||||
|
||||
define $(package)_build_cmds
|
||||
$(MAKE)
|
||||
$(MAKE) multiprocess
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
|
|
Loading…
Add table
Reference in a new issue