Skip to content

Commit

Permalink
guix: Build depends with MULTIPROCESS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 21, 2024
1 parent 33adc75 commit 93810a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ make -C depends --jobs="$JOBS" HOST="$HOST" \
${SOURCES_PATH+SOURCES_PATH="$SOURCES_PATH"} \
${BASE_CACHE+BASE_CACHE="$BASE_CACHE"} \
${SDK_PATH+SDK_PATH="$SDK_PATH"} \
MULTIPROCESS=1 \
x86_64_linux_CC=x86_64-linux-gnu-gcc \
x86_64_linux_CXX=x86_64-linux-gnu-g++ \
x86_64_linux_AR=x86_64-linux-gnu-gcc-ar \
Expand Down

0 comments on commit 93810a7

Please sign in to comment.