libuv/build/common.gypi
2011-08-06 10:45:58 -07:00

13 lines
230 B
Python

{
'conditions': [
['OS=="win"', {
'target_defaults': {
'msvs_settings': {
'VCLinkerTool': {
'GenerateDebugInformation': 'true',
},
},
},
}], # OS=="win"
],
}