Skip to content

Commit cd21444

Browse files
committed
Fix the pkg_config in the build.rs
1 parent 4cfb845 commit cd21444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmdb-master3-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn main() {
5959
warn!("Building with `-fsanitize=fuzzer`.");
6060
}
6161

62-
if !pkg_config::find_library("liblmdb").is_ok() {
62+
if !pkg_config::find_library("lmdb").is_ok() {
6363
let mut builder = cc::Build::new();
6464

6565
builder

0 commit comments

Comments
 (0)