Version 1.8.12: Fix build for old OS X.

This commit is contained in:
John Preston 2019-10-02 11:21:56 +03:00
parent 718f862be0
commit 664162982c
1 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,14 @@
},
'defines': [
],
'conditions': [[ 'build_macold', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
},
'include_dirs': [
'/usr/local/macold/include/c++/v1',
],
}]],
'include_dirs': [
'<(src_loc)',
'<(SHARED_INTERMEDIATE_DIR)',