diff options
Diffstat (limited to 'community/glade/APKBUILD')
-rw-r--r-- | community/glade/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/glade/APKBUILD b/community/glade/APKBUILD index a332fa16245..c5ebeed5801 100644 --- a/community/glade/APKBUILD +++ b/community/glade/APKBUILD @@ -48,7 +48,7 @@ build() { abuild-meson \ -Dgladeui=true \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |