We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ed99c commit 26f5845Copy full SHA for 26f5845
build.rs
@@ -1,3 +1,5 @@
1
fn main() {
2
- println!("cargo:rustc-link-lib=dylib=ffi");
+ if cfg!(not(target_os = "windows")) {
3
+ println!("cargo:rustc-link-lib=dylib=ffi");
4
+ }
5
}
0 commit comments