2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-17 07:27:30 +01:00

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

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',