Skip to content

Commit 87a63c3

Browse files
committed
Link to libncursesw.so.5 for server core
1 parent dbc792b commit 87a63c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Server/core/premake5.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ project "Core"
4141
excludes { "CExceptionInformation_Impl.cpp" }
4242

4343
filter "system:linux"
44-
links { "ncursesw", "breakpad", "rt" }
44+
links { "breakpad", "rt" }
4545
buildoptions { "-pthread" }
4646
linkoptions { "-pthread" }
47+
linkoptions { "-l:libncursesw.so.5" }
4748

4849
filter "system:macosx"
4950
links { "ncurses", "breakpad", "CoreFoundation.framework" }

0 commit comments

Comments
 (0)