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 db7a093Copy full SHA for db7a093
1 file changed
librocksdb-sys/build.rs
@@ -307,13 +307,7 @@ fn build_rocksdb() {
307
pkg_config::probe_library("liburing")
308
.expect("The io-uring feature was requested but the library is not available");
309
config.define("ROCKSDB_IOURING_PRESENT", Some("1"));
310
-
311
- let mode = if cfg!(feature = "static") {
312
- "=static"
313
- } else {
314
- ""
315
- };
316
- println!("cargo:rustc-link-lib{mode}=uring");
+ println!("cargo:rustc-link-lib=uring");
317
}
318
319
if &target != "armv7-linux-androideabi"
0 commit comments