diff options
Diffstat (limited to 'community/postprocessd/APKBUILD')
-rw-r--r-- | community/postprocessd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postprocessd/APKBUILD b/community/postprocessd/APKBUILD index d862f671fae..d8edf607129 100644 --- a/community/postprocessd/APKBUILD +++ b/community/postprocessd/APKBUILD @@ -14,7 +14,7 @@ options="!check" # no testsuite build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } package() { |