eclass/meson: Sync with Gentoo

It's from Gentoo commit ec7228748f83d7e603d187659b008d806a447026.
This commit is contained in:
Flatcar Buildbot 2023-06-19 07:14:21 +00:00
parent 51940420ae
commit 2925992453

View File

@ -112,10 +112,7 @@ _meson_get_machine_info() {
# system roughly corresponds to uname -s (lowercase)
case ${tuple} in
*-aix*) system=aix ;;
*-cygwin*) system=cygwin ;;
*-darwin*) system=darwin ;;
*-freebsd*) system=freebsd ;;
*-linux*) system=linux ;;
mingw*|*-mingw*) system=windows ;;
*-solaris*) system=sunos ;;