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': [
|
||||
],
|
||||
'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%': '',
|
||||
|
|
Loading…
Reference in New Issue