diff options
Diffstat (limited to 'testing/wmenu/APKBUILD')
-rw-r--r-- | testing/wmenu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wmenu/APKBUILD b/testing/wmenu/APKBUILD index 274ba709273..377350f4dd4 100644 --- a/testing/wmenu/APKBUILD +++ b/testing/wmenu/APKBUILD @@ -21,7 +21,7 @@ source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~adnano/wmenu/archive/$pkgver build() { abuild-meson \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } package() { |