summaryrefslogtreecommitdiff
path: root/deps/v8
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-10-28 16:08:07 +0200
committerBert Belder <bertbelder@gmail.com>2011-10-29 01:06:40 +0200
commit6a6a70e80e756cdc81c0fbf59242d3bc29d09d36 (patch)
tree4e63374feb42822155b4d9253cb98bc777d27add /deps/v8
parent56315494dd5b70f308b84c6601c3a79c09677e8d (diff)
downloadnode-new-6a6a70e80e756cdc81c0fbf59242d3bc29d09d36.tar.gz
Fix v8 build on Windows
There's probably a better way to fix this
Diffstat (limited to 'deps/v8')
-rw-r--r--deps/v8/build/common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi
index 230b1fd7a8..a6579ed9e1 100644
--- a/deps/v8/build/common.gypi
+++ b/deps/v8/build/common.gypi
@@ -270,7 +270,6 @@
}],
['OS=="win"', {
'msvs_configuration_attributes': {
- 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},