summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorPeter Bright <drpizza@quiscalusmexicanus.org>2011-08-11 02:45:56 +0100
committerBert Belder <bertbelder@gmail.com>2011-08-11 04:52:33 +0200
commitb9d777734d0db37f3f38e5996bc62e0dbf9482c0 (patch)
treecd012b26587326ae01c8ad7d51fc782478f1a6e7 /node.gyp
parent74e8fa2e577c628734bd2d47357d64a6334ab0ed (diff)
downloadnodejs-b9d777734d0db37f3f38e5996bc62e0dbf9482c0.tar.gz
nodejs-b9d777734d0db37f3f38e5996bc62e0dbf9482c0.tar.bz2
nodejs-b9d777734d0db37f3f38e5996bc62e0dbf9482c0.zip
Fix MSVS building.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 8a4d7e76a..0ca31d5d2 100644
--- a/node.gyp
+++ b/node.gyp
@@ -74,7 +74,7 @@
'dependencies': [
'deps/http_parser/http_parser.gyp:http_parser',
'deps/v8/tools/gyp/v8.gyp:v8',
- 'deps/uv/build/all.gyp:uv',
+ 'deps/uv/all.gyp:uv',
'node_js2c#host',
],