parent
2113659479
commit
1ae3b5022b
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ pub fn opts() -> TargetOptions {
|
|||
"-lgcc".to_string(),
|
||||
"-lgcc_eh".to_string(),
|
||||
"-lpthread".to_string(),
|
||||
// libpthread depends on libmsvcrt, so we need to link it *again*.
|
||||
"-lmsvcrt".to_string(),
|
||||
"-lkernel32".to_string(),
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue