nim-leveldb/prelude.nim
2024-05-09 14:05:01 +02:00

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".}