diff options
Diffstat (limited to 'community/libxcvt/APKBUILD')
-rw-r--r-- | community/libxcvt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libxcvt/APKBUILD b/community/libxcvt/APKBUILD index 78e00ba437d..75c64194b64 100644 --- a/community/libxcvt/APKBUILD +++ b/community/libxcvt/APKBUILD @@ -16,7 +16,7 @@ source="https://xorg.freedesktop.org/releases/individual/lib/libxcvt-$pkgver.tar build() { abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |