mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Re-enable parallel builds
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user