summaryrefslogtreecommitdiff
path: root/community/libvirt-glib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libvirt-glib/APKBUILD')
-rw-r--r--community/libvirt-glib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libvirt-glib/APKBUILD b/community/libvirt-glib/APKBUILD
index 829f27861e4..8fda16ae797 100644
--- a/community/libvirt-glib/APKBUILD
+++ b/community/libvirt-glib/APKBUILD
@@ -19,7 +19,7 @@ source="https://libvirt.org/sources/glib/libvirt-glib-$pkgver.tar.xz"
build() {
abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {