diff options
Diffstat (limited to 'source/x/libhangul/libhangul.SlackBuild')
-rwxr-xr-x | source/x/libhangul/libhangul.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/libhangul/libhangul.SlackBuild b/source/x/libhangul/libhangul.SlackBuild index e60d7ab2..26a69798 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 ) |