Skip to content

Commit

Permalink
Build script fix: #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom N. committed Nov 21, 2024
1 parent 25ab2ca commit 4a567f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build()
fi

if [[ ${SINGLE_PROCESS} == 0 ]]; then
BUILD_ADD_OPTS="${BUILD_ADD_OPTS} --parallel"
BUILD_ADD_OPTS="${BUILD_ADD_OPTS} --parallel $(nproc)"
fi

set -e
Expand Down

0 comments on commit 4a567f5

Please sign in to comment.