mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +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
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
Add a link
Reference in a new issue