summaryrefslogtreecommitdiff
path: root/ci/build_libs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build_libs.sh')
-rw-r--r--ci/build_libs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_libs.sh b/ci/build_libs.sh
index 4098e64..77d7d4d 100644
--- a/ci/build_libs.sh
+++ b/ci/build_libs.sh
@@ -25,7 +25,7 @@ for URL in ${REPOS}; do
echo "--- Building $NAME ($TAG) ---"
git checkout -b build-$TAG $TAG
./autogen.sh $AUTOGEN_OPTIONS
- make -j8
+ make -j${NPROC:-$(nproc)}
make install
echo "$(pwd): $(git describe)" >> /git/xfce_build_version_info.txt
done