summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 976c6156e180..8d05f81314bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -132,7 +132,7 @@ build() {
###########################################################################
# This builds the vanilla OpenNebula package. Tweak this line as desired.
- scons new_xmlrpc=yes
+ scons -j "$(nproc)" new_xmlrpc=yes
}
package() {