Skip to content

Commit 61dbb3c

Browse files
committed
Link with Rstrtmgr on Windows
1 parent 552471c commit 61dbb3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn main() {
2+
if std::env::var("CARGO_CFG_WINDOWS").is_ok() {
3+
println!("cargo:rustc-link-lib=Rstrtmgr");
4+
}
5+
}

0 commit comments

Comments
 (0)