Skip to content

Commit 8637c12

Browse files
try
1 parent f6b41ea commit 8637c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ rustflags = [
2121
]
2222

2323
[target.x86_64-pc-windows-msvc.env]
24+
RUSTFLAGS = "-Ctarget-feature=+crt-static"
2425
ROCKSDB_LIB_DIR = ""
2526
LIBROCKSDB_STATIC = "1"
2627
ROCKSDB_STATIC_LIB = "1"
27-
RUSTFLAGS = "-Ctarget-feature=+crt-static"
28+
VCPKG_ALL_STATIC = "1"
2829

2930
[target.'cfg(all())']
3031
rustflags = ["--cfg", "tokio_unstable"]

0 commit comments

Comments
 (0)