Try to fix Windows build issue

This commit is contained in:
Alex Crichton 2018-11-21 11:56:04 -08:00
parent 1fa8d083c2
commit 003f1faf4c

View File

@ -15,7 +15,7 @@
extern crate panic_handler;
#[cfg(not(thumb))]
#[cfg(all(not(thumb), not(windows)))]
#[link(name = "c")]
extern {}