mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add message that LevelDB is not supported on Windows
This commit is contained in:
parent
7e44c2ace1
commit
1cc1c56234
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ endif()
|
||||||
|
|
||||||
# OS detection
|
# OS detection
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
message(FATAL_ERROR "LevelDB currently doesn't support Windows")
|
||||||
add_definitions(-DLEVELDB_PLATFORM_WINDOWS -DOS_WIN -DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DLEVELDB_PLATFORM_WINDOWS -DOS_WIN -DWIN32_LEAN_AND_MEAN)
|
||||||
if(MINGW)
|
if(MINGW)
|
||||||
add_definitions(-DMINGW)
|
add_definitions(-DMINGW)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue