diff options
Diffstat (limited to 'community/gnome-shortwave/APKBUILD')
-rw-r--r-- | community/gnome-shortwave/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-shortwave/APKBUILD b/community/gnome-shortwave/APKBUILD index 4acba08b3f5..4ffd689dbba 100644 --- a/community/gnome-shortwave/APKBUILD +++ b/community/gnome-shortwave/APKBUILD @@ -45,7 +45,7 @@ esac build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |