feat(1.96): update patches and build process (#2131)

This commit is contained in:
Baptiste Augrain
2024-11-27 12:34:24 +01:00
committed by GitHub
parent 573a70ede1
commit 67fd09f6b8
9 changed files with 158 additions and 302 deletions

11
include_osx.gypi Normal file
View File

@@ -0,0 +1,11 @@
{
'target_defaults': {
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': ['-std=c++20']
}
}]
]
}
}