mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-09 21:47:34 +01: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:
@@ -20,7 +20,7 @@ define $(package)_config_cmds
|
||||
endef
|
||||
|
||||
define $(package)_build_cmds
|
||||
$(MAKE)
|
||||
$(MAKE) multiprocess
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
|
||||
Reference in New Issue
Block a user