Kaynağa Gözat

Try to fix Windows build issue

Alex Crichton 6 yıl önce
ebeveyn
işleme
003f1faf4c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/intrinsics.rs

+ 1 - 1
examples/intrinsics.rs

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