set cpu count in makepkg config at build time

This commit is contained in:
LordMZTE 2023-08-17 11:45:49 +02:00
parent e35d0e4cb5
commit 3ba429cd21
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +0,0 @@
MAKEFLAGS="-j$(nproc)"
BUILDENV+=('!check')

View file

@ -0,0 +1,2 @@
MAKEFLAGS="-j<% opt.system "nproc" %>"
BUILDENV+=('!check')