mirror of https://github.com/procxx/kepka.git
Version 1.8.12: Fix build for old OS X.
This commit is contained in:
parent
718f862be0
commit
664162982c
|
@ -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)',
|
||||
|
|
Loading…
Reference in New Issue