summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f61c2b3d4ff..f3845cbfaebe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -193,6 +193,7 @@ build() {
--enable-win64 \
--with-xattr
+ MAKEFLAGS="-j1" \
make
msg2 "Building Wine-32..."
@@ -219,6 +220,7 @@ build() {
--libdir=/usr/lib32 \
--with-wine64="$srcdir/$pkgname-64-build"
+ MAKEFLAGS="-j1" \
make
}