From 20f91ac1c0c34a9613d5021a68ae24eadf961550 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 28 Feb 2019 09:42:55 -0300 Subject: [PATCH] meta: set meson_crossfile on both do-patch and do-configure --- common/build-style/meson.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index 272b63c6ce1..d2974d29d28 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -77,6 +77,7 @@ EOF do_configure() { : ${meson_cmd:=meson} : ${meson_builddir:=build} + : ${meson_crossfile:=xbps_meson.cross} if [ "$CROSS_BUILD" ]; then configure_args+=" --cross-file=${meson_crossfile}"