summaryrefslogtreecommitdiff
path: root/community/cheese/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-05-22 23:00:32 +0000
committerpsykose <alice@ayaya.dev>2023-05-23 01:00:32 +0200
commit3052c1fd21e7b420a0bfdeb977bbe6678b802b07 (patch)
tree665b1c09723aba3b67cc69758ab44dc9c9b57b83 /community/cheese/APKBUILD
parentc42fa647562a3113b31241c4e12bb064f51aac9f (diff)
downloadaports-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 'community/cheese/APKBUILD')
-rw-r--r--community/cheese/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cheese/APKBUILD b/community/cheese/APKBUILD
index 40e526777b1..8f9dfd76f16 100644
--- a/community/cheese/APKBUILD
+++ b/community/cheese/APKBUILD
@@ -39,7 +39,7 @@ build() {
abuild-meson \
-Db_lto=true \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {