This commit is contained in:
Duke Leto
2021-04-10 02:22:42 -04:00
parent 0bede7d202
commit 3149f04fc1
4 changed files with 58 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
UNAME=$(uname)
if [ "$UNAME" == "Linux" ] ; then
JOBS=4
JOBS=2
elif [ "$UNAME" == "FreeBSD" ] ; then
JOBS=$(nproc)
elif [ "$UNAME" == "Darwin" ] ; then