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:
parent
5cc686c038
commit
ff6a348bb1
2 changed files with 14 additions and 5 deletions
|
@ -172,7 +172,7 @@ else()
|
|||
|
||||
if(BUILD_SERVER)
|
||||
set_target_properties(minetestserver PROPERTIES
|
||||
COMPILE_DEFINITIONS "-DSERVER")
|
||||
COMPILE_DEFINITIONS "SERVER")
|
||||
endif(BUILD_SERVER)
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue