diff --git a/Telegram/gyp/crl.gyp b/Telegram/gyp/crl.gyp index 2c975a4c2..8355e574c 100644 --- a/Telegram/gyp/crl.gyp +++ b/Telegram/gyp/crl.gyp @@ -31,6 +31,14 @@ ], 'defines': [ ], + 'conditions': [[ 'build_macold', { + 'xcode_settings': { + 'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ], + }, + 'include_dirs': [ + '/usr/local/macold/include/c++/v1', + ], + }]], 'variables': { 'crl_src_loc': '../ThirdParty/crl/src/crl', 'official_build_target%': '',