nim-leveldb/prelude.nim

8 lines
225 B
Nim
Raw Normal View History

2024-05-09 12:05:01 +00:00
when defined(windows):
2024-05-09 12:58:31 +00:00
{.compile: "./src/vendor/util/env_windows.cc".}
2024-05-09 12:05:01 +00:00
{.passc: "-DLEVELDB_PLATFORM_POSIX".}
when defined(posix):
2024-05-09 12:58:31 +00:00
{.compile: "./src/vendor/util/env_posix.cc".}
2024-05-09 12:05:01 +00:00
{.passc: "-DLEVELDB_PLATFORM_WINDOWS".}