Skip to content

Commit

Permalink
Use non-installed OpenSSL in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 24, 2019
1 parent a19a0af commit 0e92a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtgvoip.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
'_DEBUG',
],
'include_dirs': [
'<(DEPTH)/../../../Libraries/openssl/Debug/include',
'<(DEPTH)/../../../Libraries/openssl/inc32',
],
'msvs_settings': {
'VCCLCompilerTool': {
Expand All @@ -872,7 +872,7 @@
'NDEBUG',
],
'include_dirs': [
'<(DEPTH)/../../../Libraries/openssl/Release/include',
'<(DEPTH)/../../../Libraries/openssl/inc32',
],
'msvs_settings': {
'VCCLCompilerTool': {
Expand Down

0 comments on commit 0e92a22

Please sign in to comment.