зеркало из https://github.com/electron/electron.git
Compile atom_lib with C++ exception enabled.
This commit is contained in:
Родитель
ec5fc10bd9
Коммит
49a5f6e38c
8
atom.gyp
8
atom.gyp
|
@ -252,6 +252,14 @@
|
|||
'.',
|
||||
'vendor',
|
||||
],
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
# Programs that use the Standard C++ library must be compiled with C++
|
||||
# exception handling enabled.
|
||||
# http://support.microsoft.com/kb/154419
|
||||
'ExceptionHandling': 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
'target_name': 'generated_sources',
|
||||
|
|
Загрузка…
Ссылка в новой задаче