1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-05 23:25:24 +01:00

fixed slight error in server build

This commit is contained in:
Perttu Ahola
2011-02-15 22:27:10 +02:00
parent 5cc686c038
commit ff6a348bb1
2 changed files with 14 additions and 5 deletions

View File

@@ -172,7 +172,7 @@ else()
if(BUILD_SERVER)
set_target_properties(minetestserver PROPERTIES
COMPILE_DEFINITIONS "-DSERVER")
COMPILE_DEFINITIONS "SERVER")
endif(BUILD_SERVER)
endif()