diff options
Diffstat (limited to 'community/json-glib/APKBUILD')
-rw-r--r-- | community/json-glib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/json-glib/APKBUILD b/community/json-glib/APKBUILD index 19e476248f3..0efa227170d 100644 --- a/community/json-glib/APKBUILD +++ b/community/json-glib/APKBUILD @@ -16,7 +16,7 @@ build() { abuild-meson \ -Dgtk_doc=disabled \ . build - meson compile ${JOBS:+-j ${JOBS}} -C build + meson compile -C build } check() { |