Browse Source

windows: fix typo in node.gyp

v0.9.3-release
Bert Belder 12 years ago
parent
commit
5691e8aca7
  1. 2
      node.gyp

2
node.gyp

@ -237,7 +237,7 @@
], ],
}], }],
], ],
'msvs-settings': { 'msvs_settings': {
'VCLinkerTool': { 'VCLinkerTool': {
'SubSystem': 1, # /subsystem:console 'SubSystem': 1, # /subsystem:console
}, },

Loading…
Cancel
Save