Skip to content

Commit 428899d

Browse files
committed
Fixed Linux startup problem
1 parent 65d4d3b commit 428899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/core/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ project "Core"
4444
excludes { "CExceptionInformation_Impl.cpp" }
4545

4646
filter "system:linux"
47-
links { "ncurses", "ncursesw", "breakpad", "pthread", "stdc++", "rt" }
47+
links { "ncursesw", "breakpad", "pthread", "stdc++", "rt" }
4848

4949
filter "platforms:x64"
5050
targetdir(buildpath("server/x64"))

0 commit comments

Comments
 (0)