mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 20:26:44 +02:00
eclass/meson: Sync with Gentoo
It's from Gentoo commit ec7228748f83d7e603d187659b008d806a447026.
This commit is contained in:
parent
51940420ae
commit
2925992453
@ -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 ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user