Re-enable parallel builds

This commit is contained in:
TheAssassin
2018-06-30 00:18:02 +02:00
parent ddbca26b1b
commit d57e4750c2

View File

@@ -37,7 +37,7 @@ fi
cmake "$REPO_ROOT" "${EXTRA_CMAKE_ARGS[@]}"
make VERBOSE=1
make -j$(nproc)
# args are used more than once
LINUXDEPLOY_ARGS=("--init-appdir" "--appdir" "AppDir" "-e" "bin/linuxdeploy" "-i" "$REPO_ROOT/resources/linuxdeploy.png" "--create-desktop-file" "-e" "/usr/bin/patchelf" "-e" "/usr/bin/strip")