Skip to content

Commit 2e640f4

Browse files
committed
Test pthread fix
1 parent daccaa0 commit 2e640f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Server/core/premake5.lua

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

4646
filter "system:linux"
47-
links { "ncursesw", "breakpad", "pthread", "stdc++", "rt" }
47+
links { "ncursesw", "breakpad", "rt" }
48+
buildoptions { "-pthread" }
49+
linkoptions { "-pthread" }
4850

4951
filter "platforms:x64"
5052
targetdir(buildpath("server/x64"))

0 commit comments

Comments
 (0)