mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user