Skip to content

Commit f8ef6b0

Browse files
committed
New system lib dependency secur32 on Windows
This change came with Windows schannel support.
1 parent aa17617 commit f8ef6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libgit2-sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ fn main() {
210210
println!("cargo:rustc-link-lib=rpcrt4");
211211
println!("cargo:rustc-link-lib=ole32");
212212
println!("cargo:rustc-link-lib=crypt32");
213+
println!("cargo:rustc-link-lib=secur32");
213214
}
214215

215216
if target.contains("apple") {

0 commit comments

Comments
 (0)