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