We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a8765 commit 75ee951Copy full SHA for 75ee951
src/librocksdb_sys.rs
@@ -25,7 +25,7 @@ extern crate bzip2_sys;
25
extern crate libz_sys;
26
#[cfg(feature = "lz4")]
27
extern crate lz4_sys;
28
-#[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "openbsd")))]
+#[cfg(not(any(target_os = "openbsd")))]
29
extern crate openssl;
30
#[cfg(feature = "zstd")]
31
extern crate zstd_sys;
0 commit comments