mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Use the SDKROOT under 10.10
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '10.10',
|
||||
'RUN_CLANG_STATIC_ANALYZER': 'YES',
|
||||
'SDKROOT': 'macosx',
|
||||
'SDKROOT': 'macosx10.10',
|
||||
'USE_HEADER_MAP': 'NO',
|
||||
'WARNING_CFLAGS': [
|
||||
'-Wall',
|
||||
|
||||
Reference in New Issue
Block a user