aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt
index f32c574135b..d73a25f2354 100644
--- a/src/server/worldserver/CMakeLists.txt
+++ b/src/server/worldserver/CMakeLists.txt
@@ -138,7 +138,7 @@ endif()
add_dependencies(worldserver genrev)
if( UNIX )
- set(worldserver_LINK_FLAGS "-pthread ${worldserver_LINK_FLAGS}")
+ set(worldserver_LINK_FLAGS "-pthread -lncurses ${worldserver_LINK_FLAGS}")
endif()
if( CMAKE_SYSTEM_NAME MATCHES "Darwin" )