summaryrefslogtreecommitdiff
path: root/librocksdb-sys/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'librocksdb-sys/build.rs')
-rw-r--r--librocksdb-sys/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/librocksdb-sys/build.rs b/librocksdb-sys/build.rs
index 9c8b423..6b4a86d 100644
--- a/librocksdb-sys/build.rs
+++ b/librocksdb-sys/build.rs
@@ -34,7 +34,7 @@ fn main() {
println!("cargo:rustc-link-lib=dylib=stdc++");
}
println!("cargo:rustc-link-lib=dylib=rocksdb");
- println!("cargo:rustc-link-lib=dylib=snappy");
+ println!("cargo:rustc-link-lib=dylib=zstd");
// Allow dependent crates to locate the sources and output directory of
// this crate. Notably, this allows a dependent crate to locate the RocksDB
// sources and built archive artifacts provided by this crate.