mirror of https://github.com/procxx/kepka.git
Fix build for old OS X and MacAppStore.
This commit is contained in:
parent
7c168740d9
commit
ebaf63393f
|
@ -89,6 +89,7 @@
|
|||
],
|
||||
},
|
||||
'defines': [
|
||||
'OS_MAC_OLD',
|
||||
'RANGES_CXX_THREAD_LOCAL=0',
|
||||
],
|
||||
}, {
|
||||
|
@ -103,5 +104,11 @@
|
|||
],
|
||||
},
|
||||
}],
|
||||
[ 'build_macstore', {
|
||||
'defines': [
|
||||
'TDESKTOP_DISABLE_AUTOUPDATE',
|
||||
'OS_MAC_STORE',
|
||||
],
|
||||
}]
|
||||
],
|
||||
}
|
||||
|
|
|
@ -37,9 +37,6 @@
|
|||
},
|
||||
},
|
||||
}], [ 'build_macold', {
|
||||
'defines': [
|
||||
'OS_MAC_OLD',
|
||||
],
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
||||
'OTHER_LDFLAGS': [
|
||||
|
|
Loading…
Reference in New Issue