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}