mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-22 08:21:32 +03:00
12 lines
175 B
Python
12 lines
175 B
Python
{
|
|
'target_defaults': {
|
|
'conditions': [
|
|
['OS=="mac"', {
|
|
'xcode_settings': {
|
|
'OTHER_CPLUSPLUSFLAGS': ['-std=c++20']
|
|
}
|
|
}]
|
|
]
|
|
}
|
|
}
|