mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 16:29:05 -07:00
meson.eclass: change '--host-route' to '--host-root'
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user