add nproc real quick

This commit is contained in:
HurricanePootis 2023-03-01 12:47:13 -06:00
parent cd2b21c15f
commit 93f67ee071

View file

@ -43,7 +43,7 @@ build() {
cd $srcdir/$_pkgname-$pkgver-stable
export BUILD_NAME=arch_linux
scons -j16 \
scons -j$(nproc) \
bits=64 \
colored=yes \
platform=x11 \