summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeija2018-01-05 21:05:33 +0100
committerJeija2018-01-05 21:05:33 +0100
commitae0fdb8fb346b37279b658abc131194e5065b9cc (patch)
treec010c8bb212e0425c806440c359ad67ee9e56200 /PKGBUILD
parent266d45be57eeeb2883ac3b03e533526f8900d5f5 (diff)
downloadaur-ae0fdb8fb346b37279b658abc131194e5065b9cc.tar.gz
Remove hardcoded parallel job count
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8749d426705f..f6727ee7160e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ build() {
#https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make -j4
+ make
}
package() {