Skip to content

Commit 6081286

Browse files
authored
Update build.sh
1 parent f790603 commit 6081286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ pushd objdir
306306
# shellcheck disable=SC2086
307307
"../gcc-${VERSION}/configure" --prefix="${STAGING_DIR}" ${CONFIG}
308308
if echo "${BRANCH}" | grep 'master+cobol'; then
309-
make "-j12"
309+
make
310310
else
311311
make "-j$(nproc)"
312312
fi

0 commit comments

Comments
 (0)