mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
This commit is contained in:
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
Block a user