Skip to content

Commit

Permalink
guix: use MULTIPROCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jul 19, 2024
1 parent c8a1f73 commit 1aada34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ make -C depends --jobs="$JOBS" HOST="$HOST" \
x86_64_linux_AR=x86_64-linux-gnu-gcc-ar \
x86_64_linux_RANLIB=x86_64-linux-gnu-gcc-ranlib \
x86_64_linux_NM=x86_64-linux-gnu-gcc-nm \
x86_64_linux_STRIP=x86_64-linux-gnu-strip
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
MULTIPROCESS=1


###########################
Expand Down

0 comments on commit 1aada34

Please sign in to comment.