add nproc real quick
This commit is contained in:
parent
cd2b21c15f
commit
93f67ee071
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -43,7 +43,7 @@ build() {
|
||||||
|
|
||||||
cd $srcdir/$_pkgname-$pkgver-stable
|
cd $srcdir/$_pkgname-$pkgver-stable
|
||||||
export BUILD_NAME=arch_linux
|
export BUILD_NAME=arch_linux
|
||||||
scons -j16 \
|
scons -j$(nproc) \
|
||||||
bits=64 \
|
bits=64 \
|
||||||
colored=yes \
|
colored=yes \
|
||||||
platform=x11 \
|
platform=x11 \
|
||||||
|
|
Loading…
Reference in a new issue