Skip to content

Commit 7c84573

Browse files
committed
add missing advapi32 library for windows-msvc builds
1 parent 18858f3 commit 7c84573

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libssh-rs-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ fn main() {
269269
println!("cargo:rustc-link-lib=crypto");
270270
println!("cargo:rustc-link-lib=ssl");
271271
}
272+
println!("cargo:rustc-link-lib=advapi32");
272273
println!("cargo:rustc-link-lib=crypt32");
273274
println!("cargo:rustc-link-lib=user32");
274275
println!("cargo:rustc-link-lib=shell32");

0 commit comments

Comments
 (0)