mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-08 16:43:09 +00:00
8 lines
225 B
Nim
8 lines
225 B
Nim
when defined(windows):
|
|
{.compile: "./src/vendor/util/env_windows.cc".}
|
|
{.passc: "-DLEVELDB_PLATFORM_POSIX".}
|
|
|
|
when defined(posix):
|
|
{.compile: "./src/vendor/util/env_posix.cc".}
|
|
{.passc: "-DLEVELDB_PLATFORM_WINDOWS".}
|