aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/worldserver/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt
index d6b25c5e139..7179c2f8c31 100644
--- a/src/server/worldserver/CMakeLists.txt
+++ b/src/server/worldserver/CMakeLists.txt
@@ -155,10 +155,6 @@ if( UNIX )
set(worldserver_LINK_FLAGS "-pthread -lncurses ${worldserver_LINK_FLAGS}")
endif()
-if( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
- set(SCRIPT_LIB "")
-endif()
-
set_target_properties(worldserver PROPERTIES LINK_FLAGS "${worldserver_LINK_FLAGS}")
if( SCRIPTS )