diff options
author | psykose <alice@ayaya.dev> | 2023-05-22 23:00:32 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-05-23 01:00:32 +0200 |
commit | 3052c1fd21e7b420a0bfdeb977bbe6678b802b07 (patch) | |
tree | 665b1c09723aba3b67cc69758ab44dc9c9b57b83 /testing/wlvncc/APKBUILD | |
parent | c42fa647562a3113b31241c4e12bb064f51aac9f (diff) | |
download | aports-3052c1fd21e7b420a0bfdeb977bbe6678b802b07.zip |
*/*: drop ${JOBS:+-j ${JOBS}}
samurai already reads SAMUFLAGS set to job count so this is redundant
same for MAKEFLAGS and make
Diffstat (limited to 'testing/wlvncc/APKBUILD')
-rw-r--r-- | testing/wlvncc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wlvncc/APKBUILD b/testing/wlvncc/APKBUILD index a21a166a8f5..1d07c11d133 100644 --- a/testing/wlvncc/APKBUILD +++ b/testing/wlvncc/APKBUILD @@ -33,7 +33,7 @@ build() { abuild-meson \ -Db_lto=true \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |