Explorar o código

Try to fix Windows build issue

Alex Crichton %!s(int64=6) %!d(string=hai) anos
pai
achega
003f1faf4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {}