Skip to content

Commit

Permalink
build, depends: Fix libmultiprocess cross-compilation
Browse files Browse the repository at this point in the history
This change prevents building all default targets that include `mpgen`,
which expectedly fails to link when cross-compiling.
  • Loading branch information
hebasto committed Apr 2, 2024
1 parent 3b12fc7 commit 2de2ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libmultiprocess.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define $(package)_config_cmds
endef

define $(package)_build_cmds
$(MAKE)
$(MAKE) multiprocess
endef

define $(package)_stage_cmds
Expand Down

0 comments on commit 2de2ea2

Please sign in to comment.