From d7c45ea7d03de5c4a6c71b34780150fcd1e6314c Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 11 Oct 2012 14:36:23 +0200 Subject: deps: upgrade libuv to 47b2cd3 --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index f0fcd3f7df..939870a561 100644 --- a/node.gyp +++ b/node.gyp @@ -59,7 +59,7 @@ 'dependencies': [ 'deps/cares/cares.gyp:cares', 'deps/http_parser/http_parser.gyp:http_parser', - 'deps/uv/uv.gyp:uv', + 'deps/uv/uv.gyp:libuv', 'node_js2c#host', ], -- cgit v1.2.3