From b399f2ff81ab863ccf8ac2d07889bb51720e10a0 Mon Sep 17 00:00:00 2001 From: Bill Li Date: Wed, 11 Jan 2023 17:31:38 +0800 Subject: [PATCH] Don't build 32bit version of mangoapp and mangoctl --- pkgbuild/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgbuild/PKGBUILD b/pkgbuild/PKGBUILD index 69017957..95d9f3a4 100644 --- a/pkgbuild/PKGBUILD +++ b/pkgbuild/PKGBUILD @@ -60,6 +60,8 @@ build() { arch-meson mangohud build32 \ --libdir=lib32 \ + -Dmangoapp=false \ + -Dmangohudctl=false \ ${_build_args} ninja -C build32