Try to fix Windows build issue
This commit is contained in:
parent
1fa8d083c2
commit
003f1faf4c
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
extern crate panic_handler;
|
extern crate panic_handler;
|
||||||
|
|
||||||
#[cfg(not(thumb))]
|
#[cfg(all(not(thumb), not(windows)))]
|
||||||
#[link(name = "c")]
|
#[link(name = "c")]
|
||||||
extern {}
|
extern {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user