diff options
Diffstat (limited to 'community/sysprof/APKBUILD')
-rw-r--r-- | community/sysprof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sysprof/APKBUILD b/community/sysprof/APKBUILD index 70956d7d717..39b36425424 100644 --- a/community/sysprof/APKBUILD +++ b/community/sysprof/APKBUILD @@ -29,7 +29,7 @@ build() { -Dgtk=true \ -Dsystemdunitdir=systemd \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |