Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
partouf authored Jan 24, 2025
1 parent f790603 commit 6081286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -306,7 +306,7 @@ pushd objdir
# shellcheck disable=SC2086
"../gcc-${VERSION}/configure" --prefix="${STAGING_DIR}" ${CONFIG}
if echo "${BRANCH}" | grep 'master+cobol'; then
make "-j12"
make
else
make "-j$(nproc)"
fi

0 comments on commit 6081286

Please sign in to comment.