We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57f584 commit 7aff18dCopy full SHA for 7aff18d
2 files changed
src/game/client/client_base.vpc
@@ -75,7 +75,7 @@ $Configuration
75
{
76
$SystemLibraries "iconv" [$OSXALL]
77
$SystemFrameworks "Carbon" [$OSXALL]
78
- $SystemLibraries "rt;z" [$LINUXALL]
+ $SystemLibraries "rt;z;ssl;crypto" [$LINUXALL]
79
$IgnoreImportLibrary "TRUE"
80
$AdditionalDependencies "$BASE winmm.lib" [$WINDOWS]
81
$AdditionalDependencies "$BASE wsock32.lib Ws2_32.lib" [$BUILD_REPLAY&&$WINDOWS]
src/game/server/server_base.vpc
@@ -81,6 +81,7 @@ $Configuration
82
83
84
+ $SystemLibraries "ssl;crypto" [$LINUXALL]
85
}
86
87
0 commit comments