vhbit / lmdb-rs

Rust bindings for LMDB
MIT License
114 stars 47 forks source link

refactor(liblmdb-sys): use cc crate instead of gcc #63

Open elendilm opened 3 years ago

elendilm commented 3 years ago

cc crate uses the native C compiler to compile C sources. Since gcc has been removed from android ndk, this commit helps to have a seamless compilation for android with cargo build.