summaryrefslogtreecommitdiffstats
path: root/source/x/libhangul/libhangul.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/libhangul/libhangul.SlackBuild')
-rwxr-xr-xsource/x/libhangul/libhangul.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/libhangul/libhangul.SlackBuild b/source/x/libhangul/libhangul.SlackBuild
index e60d7ab20..26a697989 100755
--- a/source/x/libhangul/libhangul.SlackBuild
+++ b/source/x/libhangul/libhangul.SlackBuild
@@ -40,7 +40,7 @@ PKGNAM=libhangul
VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-2}
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )