diff options
author | Bert Belder <bertbelder@gmail.com> | 2011-10-28 16:08:07 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2011-10-29 01:06:40 +0200 |
commit | 6a6a70e80e756cdc81c0fbf59242d3bc29d09d36 (patch) | |
tree | 4e63374feb42822155b4d9253cb98bc777d27add /deps/v8 | |
parent | 56315494dd5b70f308b84c6601c3a79c09677e8d (diff) | |
download | node-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.gypi | 1 |
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', }, |