diff options
Diffstat (limited to 'community/libosinfo/APKBUILD')
-rw-r--r-- | community/libosinfo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libosinfo/APKBUILD b/community/libosinfo/APKBUILD index edb543ed7c7..3f44850bb7d 100644 --- a/community/libosinfo/APKBUILD +++ b/community/libosinfo/APKBUILD @@ -36,7 +36,7 @@ build() { -Dwith-pci-ids-path=/usr/share/hwdata/pci.ids \ -Dwith-usb-ids-path=/usr/share/hwdata/usb.ids \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |