1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-30 04:39:03 +01:00

Use correct openssl location.

This commit is contained in:
John Preston 2019-11-06 16:08:24 +03:00
parent 6151c18784
commit 302d42fc20

View File

@ -855,7 +855,7 @@
'_DEBUG',
],
'include_dirs': [
'<(DEPTH)/../../../Libraries/openssl/inc32',
'<(DEPTH)/../../../Libraries/openssl_1_1_1/include',
],
'msvs_settings': {
'VCCLCompilerTool': {
@ -875,7 +875,7 @@
'NDEBUG',
],
'include_dirs': [
'<(DEPTH)/../../../Libraries/openssl/inc32',
'<(DEPTH)/../../../Libraries/openssl_1_1_1/include',
],
'msvs_settings': {
'VCCLCompilerTool': {