Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e24219

Browse files
committed
Attempt to fix with vcpkg
1 parent 93f30ff commit 5e24219

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openssl-sys/build/find_normal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ fn try_vcpkg() {
265265
println!("cargo:rustc-link-lib=user32");
266266
println!("cargo:rustc-link-lib=gdi32");
267267
println!("cargo:rustc-link-lib=crypt32");
268+
println!("cargo:rustc-link-lib=advapi32");
268269

269270
process::exit(0);
270271
}

0 commit comments

Comments
 (0)