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
1 changed files with 1 additions and 1 deletions

View File

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