Skip to content

Commit 75ee951

Browse files
committed
fix link of openssl lib for linux and macos
1 parent 80a8765 commit 75ee951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librocksdb_sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern crate bzip2_sys;
2525
extern crate libz_sys;
2626
#[cfg(feature = "lz4")]
2727
extern crate lz4_sys;
28-
#[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "openbsd")))]
28+
#[cfg(not(any(target_os = "openbsd")))]
2929
extern crate openssl;
3030
#[cfg(feature = "zstd")]
3131
extern crate zstd_sys;

0 commit comments

Comments
 (0)