From 775ad8debadbf3e40e7c2626f7917fa10ca071d9 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 8 Sep 2018 05:28:14 -0300 Subject: [PATCH] build_style/meson: also unset _MESON_CPU_FAMILY. --- common/build-style/meson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-style/meson.sh b/common/build-style/meson.sh index c4924dfa7c6..c83b5c17f72 100644 --- a/common/build-style/meson.sh +++ b/common/build-style/meson.sh @@ -65,7 +65,7 @@ EOF # are set to (C|CXX)FLAGS_host export CFLAGS=${CFLAGS_host} CXXFLAGS=${CXXFLAGS_host} - unset _MESON_TARGET_CPU _MESON_TARGET_ENDIAN + unset _MESON_CPU_FAMILY _MESON_TARGET_CPU _MESON_TARGET_ENDIAN fi ${meson_cmd} --prefix=/usr --buildtype=plain ${configure_args} . ${meson_builddir}