mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-11 04:01:18 +00:00
Alpha version 1.2.4: Fix build for old OS X versions.
This commit is contained in:
parent
907b6f0a78
commit
0380e66c30
@ -31,6 +31,14 @@
|
|||||||
],
|
],
|
||||||
'defines': [
|
'defines': [
|
||||||
],
|
],
|
||||||
|
'conditions': [[ 'build_macold', {
|
||||||
|
'xcode_settings': {
|
||||||
|
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
||||||
|
},
|
||||||
|
'include_dirs': [
|
||||||
|
'/usr/local/macold/include/c++/v1',
|
||||||
|
],
|
||||||
|
}]],
|
||||||
'variables': {
|
'variables': {
|
||||||
'crl_src_loc': '../ThirdParty/crl/src/crl',
|
'crl_src_loc': '../ThirdParty/crl/src/crl',
|
||||||
'official_build_target%': '',
|
'official_build_target%': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user