mac: Don't define an SDKROOT.
This way Xcode will use the latest SDK, whatever it is, and we don’t have to bump this every time Apple releases an OS update.
This commit is contained in:
parent
dee9f59b19
commit
7f0b8f01e1
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
|||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '10.8',
|
||||
'RUN_CLANG_STATIC_ANALYZER': 'YES',
|
||||
'SDKROOT': 'macosx10.10',
|
||||
'USE_HEADER_MAP': 'NO',
|
||||
'WARNING_CFLAGS': [
|
||||
'-Wall',
|
||||
|
|
Loading…
Reference in a new issue