mirror of https://github.com/OpenTTD/OpenTTD
(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
parent
16e3c938ba
commit
63b3620b9b
|
@ -1226,7 +1226,7 @@ detect_os() {
|
|||
/sunos/ { print "SUNOS"; exit}
|
||||
/cygwin/ { print "CYGWIN"; exit}
|
||||
/mingw/ { print "MINGW"; exit}
|
||||
/os\/2/ { print "OS2"; exit}
|
||||
/os2/ { print "OS2"; exit}
|
||||
'`
|
||||
|
||||
if [ -z "$os" ]
|
||||
|
|
Loading…
Reference in New Issue