Skip to content

Commit 5e24219

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)