We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c715 commit a266934Copy full SHA for a266934
src/build.rs
@@ -61,4 +61,5 @@ fn find_libarchive() {
61
println!("cargo:rustc-link-lib=static=archive");
62
println!("cargo:rustc-link-lib=User32");
63
println!("cargo:rustc-link-lib=Crypt32");
64
+ println!("cargo:rustc-link-lib=advapi32");
65
}
0 commit comments