Skip to content

Commit befe241

Browse files
Benkol003otavio
authored andcommitted
add missing link library advapi32 to build
1 parent b39e58e commit befe241

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)