Fix up mingw32 case

This commit is contained in:
Steven Stewart-Gallus 2013-06-15 11:26:02 -07:00
parent 5de67f9cc9
commit f22580dd29

View File

@ -459,6 +459,7 @@ pub fn get_os(triple: &str) -> Option<session::os> {
None
}
static os_names : &'static [(&'static str, session::os)] = &'static [
("mingw32", session::os_win32),
("win32", session::os_win32),
("darwin", session::os_macos),
("android", session::os_android),