소스 검색

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;
 
-#[cfg(not(thumb))]
+#[cfg(all(not(thumb), not(windows)))]
 #[link(name = "c")]
 extern {}