diff options
Diffstat (limited to 'community/accountsservice/APKBUILD')
-rw-r--r-- | community/accountsservice/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/accountsservice/APKBUILD b/community/accountsservice/APKBUILD index 6dfd6901d66..f632f4cbe08 100644 --- a/community/accountsservice/APKBUILD +++ b/community/accountsservice/APKBUILD @@ -36,7 +36,7 @@ build() { -Dadmin_group=wheel \ -Dtests="$(want_check && echo true || echo false)" \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |