build_style/meson: also unset _MESON_CPU_FAMILY.

This commit is contained in:
maxice8 2018-09-08 05:28:14 -03:00
parent 64238fc726
commit 775ad8deba
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

@ -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}