Skip to content

Commit 6ef46f8

Browse files
committed
Link ssl and crypto to compat dbconmy
1 parent eff97c8 commit 6ef46f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/dbconmy/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ project "Dbconmy"
4343
if GLIBC_COMPAT then
4444
filter { "system:linux" }
4545
buildoptions { "-pthread" }
46-
linkoptions { "-l:libmysqlclient.a", "-pthread" }
46+
linkoptions { "-l:libmysqlclient.a", "-pthread", "-lssl", "-lcrypto" }
4747
links { "z", "dl", "m" }
4848
else
4949
filter "system:not windows"

0 commit comments

Comments
 (0)