diff options
Diffstat (limited to 'community/razergenie/APKBUILD')
-rw-r--r-- | community/razergenie/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/razergenie/APKBUILD b/community/razergenie/APKBUILD index 34951ed3522..9b238080a91 100644 --- a/community/razergenie/APKBUILD +++ b/community/razergenie/APKBUILD @@ -19,7 +19,7 @@ builddir="$srcdir/RazerGenie-$pkgver" build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |