mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 10:16:36 +01:00
Define MinGW in addition to mingw32 for consistency with GDC.
When we get Win64 support, it should be defined there as well.
This commit is contained in:
@@ -573,6 +573,7 @@ LDC_TARGETS
|
||||
VersionCondition::addPredefinedGlobalIdent("Windows");
|
||||
VersionCondition::addPredefinedGlobalIdent("Win32");
|
||||
VersionCondition::addPredefinedGlobalIdent("mingw32");
|
||||
VersionCondition::addPredefinedGlobalIdent("MinGW");
|
||||
}
|
||||
// FIXME: cygwin
|
||||
else if (triple.find("cygwin") != npos)
|
||||
|
||||
Reference in New Issue
Block a user