Skip to content

Commit 13e7fca

Browse files
committed
use system openssl headers on linux
1 parent 7aff18d commit 13e7fca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/thirdparty/ixwebsocket.vpc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ $Configuration
55
{
66
$Compiler
77
{
8-
$AdditionalIncludeDirectories "$BASE;.\ixwebsocket;.\openssl\include"
8+
$AdditionalIncludeDirectories "$BASE;.\ixwebsocket"
9+
$AdditionalIncludeDirectories "$BASE;.\openssl\include" [$WINDOWS]
910
$PreprocessorDefinitions "$BASE;IXWEBSOCKET_USE_TLS;IXWEBSOCKET_USE_OPEN_SSL"
1011
$DisableSpecificWarnings "$BASE;4530" [$WINDOWS] // C++ exception handler used
1112
}

0 commit comments

Comments
 (0)