Browse Source

Fix v8 build on Windows

There's probably a better way to fix this
v0.7.4-release
Bert Belder 13 years ago
parent
commit
6a6a70e80e
  1. 1
      deps/v8/build/common.gypi

1
deps/v8/build/common.gypi

@ -270,7 +270,6 @@
}],
['OS=="win"', {
'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},

Loading…
Cancel
Save