From f6a7a003b569a88693a3997f5efa918763aac16a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 14 Aug 2022 23:15:05 -0700 Subject: Fix build to follow makepkg.cong MAKEFLAGS --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 10a5f10..b560d7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -77,7 +77,7 @@ build() { ) arch-meson ${_altname}-${pkgver} build "${meson_options[@]}" - meson compile -C build + meson compile -C build ${MAKEFLAGS} } # tests do not work in an offline build environment -- cgit v1.2.1