diff options
Diffstat (limited to 'community/gnome-online-accounts/APKBUILD')
-rw-r--r-- | community/gnome-online-accounts/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-online-accounts/APKBUILD b/community/gnome-online-accounts/APKBUILD index 54e07520350..85e26e9b5ef 100644 --- a/community/gnome-online-accounts/APKBUILD +++ b/community/gnome-online-accounts/APKBUILD @@ -33,7 +33,7 @@ build() { abuild-meson \ -Db_lto=true \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |