mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-30 04:39:03 +01:00
Fix build for macOS.
This commit is contained in:
parent
75b4565a5b
commit
ade9db14ff
@ -768,6 +768,7 @@
|
||||
},
|
||||
'include_dirs': [
|
||||
'<(DEPTH)/../../../Libraries/openssl/include',
|
||||
'/usr/local/include',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'linkflags': [
|
||||
@ -784,6 +785,7 @@
|
||||
},
|
||||
'include_dirs': [
|
||||
'<(DEPTH)/../../../Libraries/macos/openssl_1_1_1/include',
|
||||
'/usr/local/macos/include',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'linkflags': [
|
||||
|
Loading…
Reference in New Issue
Block a user