mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02:00
Add message that LevelDB is not supported on Windows
This commit is contained in:
@@ -23,6 +23,7 @@ endif()
|
||||
|
||||
# OS detection
|
||||
if(WIN32)
|
||||
message(FATAL_ERROR "LevelDB currently doesn't support Windows")
|
||||
add_definitions(-DLEVELDB_PLATFORM_WINDOWS -DOS_WIN -DWIN32_LEAN_AND_MEAN)
|
||||
if(MINGW)
|
||||
add_definitions(-DMINGW)
|
||||
|
Reference in New Issue
Block a user