diff options
Diffstat (limited to 'community/gnome-clocks/APKBUILD')
-rw-r--r-- | community/gnome-clocks/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-clocks/APKBUILD b/community/gnome-clocks/APKBUILD index e711b058abc..d482eb7ba00 100644 --- a/community/gnome-clocks/APKBUILD +++ b/community/gnome-clocks/APKBUILD @@ -33,7 +33,7 @@ source="https://download.gnome.org/sources/gnome-clocks/${pkgver%.*}/gnome-clock build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |