Skip to content

Commit

Permalink
Add OpenBSD support
Browse files Browse the repository at this point in the history
  • Loading branch information
j01tz authored and vhbit committed May 20, 2020
1 parent 93cfe0b commit 3a4bd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblmdb-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use libc::{c_int, c_uint, c_void, c_char, size_t};

#[cfg(any(target_os = "macos", target_os = "ios", target_os = "linux",
target_os = "freebsd", target_os = "dragonfly",
target_os = "android"))]
target_os = "android", target_os = "openbsd"))]
mod os {
use libc;

Expand Down

1 comment on commit 3a4bd66

@correabuscar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you maybe please release liblmdb-sys 0.2.3 with this in? for OpenBSD, it gets rid of the compile error when it's used by other projects like grin
Thanks either way!

Please sign in to comment.