Fix for gcc detection under msys - it behaves like cygwin

This commit is contained in:
Thomas Nagy 2015-03-05 16:18:51 +01:00
parent b1a606c8e6
commit ff2ab4076f
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ MACRO_TO_DESTOS = {
'__sgi' : 'irix',
'_AIX' : 'aix',
'__CYGWIN__' : 'cygwin',
'__MSYS__' : 'msys',
'__MSYS__' : 'cygwin',
'_UWIN' : 'uwin',
'_WIN64' : 'win32',
'_WIN32' : 'win32',