diff options
Diffstat (limited to 'community/libvirt-glib/APKBUILD')
-rw-r--r-- | community/libvirt-glib/APKBUILD | 2 |
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() { |