mirror of https://github.com/OpenTTD/OpenTTD
(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS
parent
f8e7d08885
commit
65b0e2b521
|
@ -1212,6 +1212,7 @@ detect_os() {
|
|||
/morphos/ { print "MORPHOS"; exit}
|
||||
/beos/ { print "BEOS"; exit}
|
||||
/sunos/ { print "SUNOS"; exit}
|
||||
/solaris/ { print "SUNOS"; exit}
|
||||
/cygwin/ { print "CYGWIN"; exit}
|
||||
/mingw/ { print "MINGW"; exit}
|
||||
/os2/ { print "OS2"; exit}
|
||||
|
|
Loading…
Reference in New Issue