Try to fix Windows build issue

This commit is contained in:
Alex Crichton 2018-11-21 11:56:04 -08:00
parent d90aa8c244
commit 9690d3a17e

View file

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