Skip to content

Commit

Permalink
depends: force -j1 during staging phase of libzip
Browse files Browse the repository at this point in the history
Parallel jobs can cause libzip to have a race condition on mkdir on
Darwin.
  • Loading branch information
div72 committed Mar 4, 2024
1 parent a85c31c commit b84ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libzip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ define $(package)_build_cmds
endef

define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
$(MAKE) DESTDIR=$($(package)_staging_dir) install -j1
endef

0 comments on commit b84ee23

Please sign in to comment.