Alpha version 1.2.4: Fix build for old OS X versions.

This commit is contained in:
John Preston 2017-12-26 19:53:51 +03:00
parent 907b6f0a78
commit 0380e66c30
1 changed files with 8 additions and 0 deletions

View File

@ -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%': '',