diff options
Diffstat (limited to 'community/gnome-taquin/APKBUILD')
-rw-r--r-- | community/gnome-taquin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-taquin/APKBUILD b/community/gnome-taquin/APKBUILD index 35fab088425..66592a9a0ae 100644 --- a/community/gnome-taquin/APKBUILD +++ b/community/gnome-taquin/APKBUILD @@ -15,7 +15,7 @@ subpackages="$pkgname-doc $pkgname-lang" build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |