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

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