Fix up mingw32 case
This commit is contained in:
parent
5de67f9cc9
commit
f22580dd29
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue