diff options
Diffstat (limited to 'community/mmsd-tng/APKBUILD')
-rw-r--r-- | community/mmsd-tng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mmsd-tng/APKBUILD b/community/mmsd-tng/APKBUILD index 81a018a4dbb..ee63ec4ba19 100644 --- a/community/mmsd-tng/APKBUILD +++ b/community/mmsd-tng/APKBUILD @@ -33,7 +33,7 @@ build() { -Db_lto=true \ -Dbuild-mmsctl=true \ . output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |