summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2020-09-10 15:24:37 +0200
committerSeverin Glöckner2020-09-10 15:24:37 +0200
commit26f2102fe4b70e367712b3d47356571372b09c5b (patch)
tree1f2368104792023aca7ad5777db234875e174946
parent29622202e83cef95a78258a5681b43b25b96ee81 (diff)
downloadaur-26f2102fe4b70e367712b3d47356571372b09c5b.tar.gz
use perfect number of CPU cores
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7862ffa62c34..af0add3f3de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ build() {
# below, and edit the start command in the file wesnothd-1.12.service.
cd wesnoth-1.12-git
- scons jobs=4 \
+ scons jobs=$(nproc) \
prefix=/usr \
version_suffix=-1.12 \
docdir=share/doc/wesnoth-1.12 \