summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292022-08-19 18:30:26 +0200
committerSpike292022-08-19 18:33:33 +0200
commit07aaf60f0224a8dae6d84564fc2664df696f91b3 (patch)
tree32a97e98d87db795240ff8d456440f95b0913d4a /PKGBUILD
parent061665bc177ada9683cf2058908496f42103a9af (diff)
downloadaur-07aaf60f0224a8dae6d84564fc2664df696f91b3.tar.gz
Remove the -j$(nproc) make option, respect the user-defined option in /etc/makepkg.conf instead
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8892be7acd0..418378534b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ build() {
-DGAMEPACKS_LICENSE_LIST=free \
-DGAMEPACKS_NAME_LIST=none
- cmake --build build -- -j$(nproc)
+ cmake --build build
}
package() {