We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e2e67 commit bfde33fCopy full SHA for bfde33f
src/librustc_back/target/windows_base.rs
@@ -59,6 +59,7 @@ pub fn opts() -> TargetOptions {
59
"-lmingw32".to_string(),
60
"-lgcc".to_string(), // alas, mingw* libraries above depend on libgcc
61
"-lmsvcrt".to_string(),
62
+ "-lmsvcrt".to_string(), // mingw is insane...?
63
"-luser32".to_string(),
64
"-lkernel32".to_string(),
65
]);
0 commit comments