diff options
Diffstat (limited to 'community/coeurl/APKBUILD')
-rw-r--r-- | community/coeurl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/coeurl/APKBUILD b/community/coeurl/APKBUILD index 1b9d9392fa7..22cbf08b1b8 100644 --- a/community/coeurl/APKBUILD +++ b/community/coeurl/APKBUILD @@ -14,7 +14,7 @@ builddir="$srcdir/$pkgname-v$pkgver" build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |