Adding additional Windows sources to fix linker issue when trying to resolve WindowsThread symbols...

master
Jordan Terrell 6 years ago
parent f06812a00d
commit 0eab9980ed
  1. 1
      librocksdb-sys/build.rs

@ -105,6 +105,7 @@ fn build_rocksdb() {
lib_sources.push("port/win/env_default.cc");
lib_sources.push("port/win/win_logger.cc");
lib_sources.push("port/win/io_win.cc");
lib_sources.push("port/win/win_thread.cc");
}
if cfg!(target_env = "msvc") {

Loading…
Cancel
Save