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 f111d19 commit c2e12a4Copy full SHA for c2e12a4
1 file changed
librocksdb-sys/build.rs
@@ -309,6 +309,7 @@ fn build_rocksdb() {
309
config.define("ROCKSDB_IOURING_PRESENT", Some("1"));
310
311
let mode = if cfg!(feature = "static") {
312
+ println!("cargo:rustc-link-search=native=/usr/lib64"); // for centos
313
"=static"
314
} else {
315
""
0 commit comments