Link statically to the MSVC runtime library in configurations.gypi.
This commit is contained in:
parent
6d589b7e14
commit
11b3bbf66e
@ -26,9 +26,19 @@
|
||||
'configurations': {
|
||||
'Release_Win32': {
|
||||
'msvs_configuration_platform': 'Win32',
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'RuntimeLibrary': 0, # MultiThreaded (/MT)
|
||||
},
|
||||
},
|
||||
},
|
||||
'Release_x64': {
|
||||
'msvs_configuration_platform': 'x64',
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'RuntimeLibrary': 0, # MultiThreaded (/MT)
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'msvs_configuration_attributes': {
|
||||
|
Loading…
Reference in New Issue
Block a user