meson.eclass: change '--host-route' to '--host-root'

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2021-01-11 14:22:52 -05:00
parent ca0ce8a96b
commit 15fa52e8a8

View File

@@ -149,7 +149,7 @@ _meson_get_machine_info() {
local ver_opt
case "${EAPI}" in
6) ver_opt=--host-route ;;
6) ver_opt=--host-root ;;
*) ver_opt=-b ;;
esac
if has_version "${ver_opt}" '<dev-util/meson-0.56.0'; then