We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a8a85 commit 11afe2dCopy full SHA for 11afe2d
build.rs
@@ -0,0 +1,6 @@
1
+fn main() {
2
+ #[cfg(target_os = "windows")]
3
+ {
4
+ println!("cargo:rustc-link-lib=dylib=rststmgr");
5
+ }
6
+}
0 commit comments