summaryrefslogtreecommitdiff
path: root/community/jose/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/jose/APKBUILD')
-rw-r--r--community/jose/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/jose/APKBUILD b/community/jose/APKBUILD
index 03c02ce5630..20902f530aa 100644
--- a/community/jose/APKBUILD
+++ b/community/jose/APKBUILD
@@ -13,7 +13,7 @@ source="https://github.com/latchset/jose/releases/download/v$pkgver/jose-$pkgver
build() {
abuild-meson . build
- meson compile ${JOBS:+-j ${JOBS}} -C build
+ meson compile -C build
}
check() {