mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
build_style/meson: also unset _MESON_CPU_FAMILY.
This commit is contained in:
parent
64238fc726
commit
775ad8deba
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ EOF
|
||||||
# are set to (C|CXX)FLAGS_host
|
# are set to (C|CXX)FLAGS_host
|
||||||
export CFLAGS=${CFLAGS_host} CXXFLAGS=${CXXFLAGS_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
|
fi
|
||||||
|
|
||||||
${meson_cmd} --prefix=/usr --buildtype=plain ${configure_args} . ${meson_builddir}
|
${meson_cmd} --prefix=/usr --buildtype=plain ${configure_args} . ${meson_builddir}
|
||||||
|
|
Loading…
Add table
Reference in a new issue