diff options
Diffstat (limited to 'community/gnome-builder/APKBUILD')
-rw-r--r-- | community/gnome-builder/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-builder/APKBUILD b/community/gnome-builder/APKBUILD index 36b4b97a810..af3fdc65c50 100644 --- a/community/gnome-builder/APKBUILD +++ b/community/gnome-builder/APKBUILD @@ -59,7 +59,7 @@ build() { -Dplugin_sysprof=false \ -Dtracing=false \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |