1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00: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()