Skip to content

Commit 003f1fa

Browse files
committed
Try to fix Windows build issue
1 parent 1fa8d08 commit 003f1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
extern crate panic_handler;
1717

18-
#[cfg(not(thumb))]
18+
#[cfg(all(not(thumb), not(windows)))]
1919
#[link(name = "c")]
2020
extern {}
2121

0 commit comments

Comments
 (0)