Skip to content

Commit 2de2ea2

Browse files
committed
build, depends: Fix libmultiprocess cross-compilation
This change prevents building all default targets that include `mpgen`, which expectedly fails to link when cross-compiling.
1 parent 3b12fc7 commit 2de2ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/libmultiprocess.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define $(package)_config_cmds
2020
endef
2121

2222
define $(package)_build_cmds
23-
$(MAKE)
23+
$(MAKE) multiprocess
2424
endef
2525

2626
define $(package)_stage_cmds

0 commit comments

Comments
 (0)