Skip to content

Commit 137c8fd

Browse files
more
1 parent 4f83760 commit 137c8fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ rustflags = [
2020
"-Clink-arg=/DEFAULTLIB:libucrt"
2121
]
2222

23+
[target.x86_64-pc-windows-msvc.env]
24+
ROCKSDB_LIB_DIR = { value = "", relative = true }
25+
LIBROCKSDB_STATIC = "1"
26+
ROCKSDB_STATIC_LIB = "1"
27+
RUSTFLAGS = "-Ctarget-feature=+crt-static"
28+
2329
[target.'cfg(all())']
2430
rustflags = ["--cfg", "tokio_unstable"]
2531

0 commit comments

Comments
 (0)