diff options
Diffstat (limited to 'community/gnome-autoar/APKBUILD')
-rw-r--r-- | community/gnome-autoar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-autoar/APKBUILD b/community/gnome-autoar/APKBUILD index dbae1d7d8af..af3deb344f2 100644 --- a/community/gnome-autoar/APKBUILD +++ b/community/gnome-autoar/APKBUILD @@ -32,7 +32,7 @@ build() { -Dtests=true \ -Dgtk_doc=false \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |