danburkert / lmdb-rs

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

Fix Android cross-compile build`cargo build --target armv7-linux-an… #34

Closed joejune closed 6 years ago

joejune commented 6 years ago

Cross-compiling this crate for android currently fails; here is the command I am using to build:

cargo build --target armv7-linux-androideabi

This PR resolves that build failure.

To try this out, be sure to:

danburkert commented 6 years ago

This has been merged into master with a small tweak. Thanks!