Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f30ff commit 5e24219Copy full SHA for 5e24219
1 file changed
openssl-sys/build/find_normal.rs
@@ -265,6 +265,7 @@ fn try_vcpkg() {
265
println!("cargo:rustc-link-lib=user32");
266
println!("cargo:rustc-link-lib=gdi32");
267
println!("cargo:rustc-link-lib=crypt32");
268
+ println!("cargo:rustc-link-lib=advapi32");
269
270
process::exit(0);
271
}
0 commit comments