浏览代码

Try to fix Windows build issue

Alex Crichton 6 年之前
父节点
当前提交
003f1faf4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/intrinsics.rs

+ 1 - 1
examples/intrinsics.rs

@@ -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 {}