vhbit / lmdb-rs

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

Add OpenBSD support #60

Closed j01tz closed 4 years ago

j01tz commented 4 years ago

This PR allows lmdb-rs to be built on OpenBSD systems. Without this update, compiling on OpenBSD fails with error[E0432]: unresolved import self::os

vhbit commented 4 years ago

Thanks!