mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Fix build for old OS X and MacAppStore.
This commit is contained in:
@@ -89,6 +89,7 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
'defines': [
|
'defines': [
|
||||||
|
'OS_MAC_OLD',
|
||||||
'RANGES_CXX_THREAD_LOCAL=0',
|
'RANGES_CXX_THREAD_LOCAL=0',
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
@@ -103,5 +104,11 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
[ 'build_macstore', {
|
||||||
|
'defines': [
|
||||||
|
'TDESKTOP_DISABLE_AUTOUPDATE',
|
||||||
|
'OS_MAC_STORE',
|
||||||
|
],
|
||||||
|
}]
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@@ -37,9 +37,6 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}], [ 'build_macold', {
|
}], [ 'build_macold', {
|
||||||
'defines': [
|
|
||||||
'OS_MAC_OLD',
|
|
||||||
],
|
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
'OTHER_CPLUSPLUSFLAGS': [ '-nostdinc++' ],
|
||||||
'OTHER_LDFLAGS': [
|
'OTHER_LDFLAGS': [
|
||||||
|
Reference in New Issue
Block a user