node/deps/uv/common.gypi

13 lines
230 B
Plaintext
Raw Normal View History

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