mirror of
https://github.com/vale981/tdesktop
synced 2025-03-04 17:21:40 -05:00
Fix build for old OS X and MacAppStore.
This commit is contained in:
parent
7c168740d9
commit
ebaf63393f
2 changed files with 7 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue