Skip to content

Commit a266934

Browse files
authored
add missing link library advapi32 to build
1 parent 9a7c715 commit a266934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ fn find_libarchive() {
6161
println!("cargo:rustc-link-lib=static=archive");
6262
println!("cargo:rustc-link-lib=User32");
6363
println!("cargo:rustc-link-lib=Crypt32");
64+
println!("cargo:rustc-link-lib=advapi32");
6465
}

0 commit comments

Comments
 (0)