summaryrefslogtreecommitdiff
path: root/community/caerbannog/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/caerbannog/APKBUILD')
-rw-r--r--community/caerbannog/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/caerbannog/APKBUILD b/community/caerbannog/APKBUILD
index 63759dc2d45..8da8f5264d8 100644
--- a/community/caerbannog/APKBUILD
+++ b/community/caerbannog/APKBUILD
@@ -24,7 +24,7 @@ options="!check" # no tests
build() {
abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
package() {