summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-14 23:15:05 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-14 23:15:05 -0700
commitf6a7a003b569a88693a3997f5efa918763aac16a (patch)
tree3361472cfb1eb13b67a7da82e091fe9f070625f3
parentUpdated to 1.38.4 (diff)
downloadnetworkmanager-f6a7a003b569a88693a3997f5efa918763aac16a.tar.xz
Fix build to follow makepkg.cong MAKEFLAGS
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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