mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02: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
@ -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…
Reference in New Issue
Block a user