mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
mac: Force Xcode to use C++11.
For whatever reason, this is necessary in Xcode 7.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
|
||||
'GCC_ENABLE_CPP_RTTI': 'NO',
|
||||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
|
||||
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '10.8',
|
||||
'RUN_CLANG_STATIC_ANALYZER': 'YES',
|
||||
'USE_HEADER_MAP': 'NO',
|
||||
|
||||
Reference in New Issue
Block a user