From 651594b3cef23051ca7370ddd14d7c23377d6341 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 13 Oct 2017 15:10:25 +0300 Subject: [PATCH] Improve paths for Xcode build. --- libtgvoip.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtgvoip.gyp b/libtgvoip.gyp index 6363d02..8639848 100644 --- a/libtgvoip.gyp +++ b/libtgvoip.gyp @@ -281,7 +281,7 @@ }, 'include_dirs': [ '/usr/local/macold/include/c++/v1', - '<(DEPTH)/../../../Libraries/macold/openssl-1.0.1h/include', + '<(DEPTH)/../../../Libraries/macold/openssl/include', ], }, { 'xcode_settings': { @@ -289,7 +289,7 @@ 'CLANG_CXX_LIBRARY': 'libc++', }, 'include_dirs': [ - '<(DEPTH)/../../../Libraries/openssl-xcode/include', + '<(DEPTH)/../../../Libraries/openssl/include', ], }] ]