Skip to content

Commit

Permalink
Use correct openssl location.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 6, 2019
1 parent 6151c18 commit 302d42f
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 @@ -855,7 +855,7 @@
'_DEBUG',
],
'include_dirs': [
'<(DEPTH)/../../../Libraries/openssl/inc32',
'<(DEPTH)/../../../Libraries/openssl_1_1_1/include',
],
'msvs_settings': {
'VCCLCompilerTool': {
Expand All @@ -875,7 +875,7 @@
'NDEBUG',
],
'include_dirs': [
'<(DEPTH)/../../../Libraries/openssl/inc32',
'<(DEPTH)/../../../Libraries/openssl_1_1_1/include',
],
'msvs_settings': {
'VCCLCompilerTool': {
Expand Down

0 comments on commit 302d42f

Please sign in to comment.