danburkert / lmdb-rs

Safe Rust bindings for LMDB
Apache License 2.0
172 stars 87 forks source link

[FR] allow linking with system dylib #59

Open ildar opened 2 years ago

ildar commented 2 years ago

similar to https://gitlab.gnome.org/BrainBlasted/olm-sys/-/blob/master/README.md#dynamic

ildar commented 2 years ago

https://github.com/danburkert/lmdb-rs/blob/master/lmdb-sys/build.rs#L13 : relying on pkg-config is wrong here: there's no pkg-config in the library source