Merge pull request #319 from udoprog/master

Build RocksDB with support for unicode filenames on Windows
master
Oleksandr Anyshchenko 5 years ago committed by GitHub
commit b711e795a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      librocksdb-sys/build.rs

@ -123,6 +123,7 @@ fn build_rocksdb() {
link("rpcrt4", false);
link("shlwapi", false);
config.define("OS_WIN", Some("1"));
config.define("ROCKSDB_WINDOWS_UTF8_FILENAMES", Some("1"));
// Remove POSIX-specific sources
lib_sources = lib_sources

Loading…
Cancel
Save