1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-27 04:34:42 +01:00

Improve paths for Xcode build.

This commit is contained in:
John Preston 2017-10-13 15:10:25 +03:00
parent 9f78cb85e5
commit 651594b3ce

View File

@ -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',
],
}]
]