Unbreak the snapshotted build on Windows
authorBert Belder <bertbelder@gmail.com>
Sat, 2 Jun 2012 14:01:18 +0000 (16:01 +0200)
committerBert Belder <bertbelder@gmail.com>
Wed, 13 Jun 2012 23:51:13 +0000 (01:51 +0200)
commit2701a6bd483218acf512591b4d99ce59f5227c5d
treee19425f98df0a8ba37df64f0f4e687278a9c1f9d
parentfac6c69456d170ee19fa14bbccade67129d873b5
Unbreak the snapshotted build on Windows

The v8 team apparently decided that all build products should go
into ./build/«type», and updated their common.gypi file to do so.
Unfortunately v8's common.gypi is only used for some targets. All
the other targets would still look in the old place to find their
their dependencies, which effectively broke the build.

In the long run it would be good for node to send all build
output to ./build too, on all platforms.
deps/v8/build/common.gypi