mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 14:13:38 +00:00
Add "-lmsvcrt" twice to get rustc to build with the latest mingw64
This commit is contained in:
parent
80e2e67f4c
commit
bfde33f2fb
@ -59,6 +59,7 @@ pub fn opts() -> TargetOptions {
|
||||
"-lmingw32".to_string(),
|
||||
"-lgcc".to_string(), // alas, mingw* libraries above depend on libgcc
|
||||
"-lmsvcrt".to_string(),
|
||||
"-lmsvcrt".to_string(), // mingw is insane...?
|
||||
"-luser32".to_string(),
|
||||
"-lkernel32".to_string(),
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user