From 6a6a70e80e756cdc81c0fbf59242d3bc29d09d36 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 28 Oct 2011 16:08:07 +0200 Subject: [PATCH] Fix v8 build on Windows There's probably a better way to fix this --- deps/v8/build/common.gypi | 1 - 1 file changed, 1 deletion(-) 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', },