mirror of
https://github.com/codex-storage/nim-leveldb.git
synced 2025-02-21 03:48:10 +00:00
8 lines
219 B
Nim
8 lines
219 B
Nim
when defined(windows):
|
|
{.compile: "./sources/util/env_windows.cc".}
|
|
{.passc: "-DLEVELDB_PLATFORM_POSIX".}
|
|
|
|
when defined(posix):
|
|
{.compile: "./sources/util/env_posix.cc".}
|
|
{.passc: "-DLEVELDB_PLATFORM_WINDOWS".}
|