Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Jan 24, 2025
1 parent 6081286 commit 6e0d325
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,7 @@ mkdir -p objdir
pushd objdir
# shellcheck disable=SC2086
"../gcc-${VERSION}/configure" --prefix="${STAGING_DIR}" ${CONFIG}
if echo "${BRANCH}" | grep 'master+cobol'; then
make
else
make "-j$(nproc)"
fi
make "-j$(nproc)"
make ${INSTALL_TARGET}
popd

Expand Down

0 comments on commit 6e0d325

Please sign in to comment.