summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-10-11 14:36:23 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-10-11 14:36:23 +0200
commitd7c45ea7d03de5c4a6c71b34780150fcd1e6314c (patch)
treeb9ffd65ca72b20b3bcb97d4329d2abcab0fae8fe /node.gyp
parent4eb5399bb28d3481dddafb5cc68843771bfe17a1 (diff)
downloadandroid-node-v8-d7c45ea7d03de5c4a6c71b34780150fcd1e6314c.tar.gz
android-node-v8-d7c45ea7d03de5c4a6c71b34780150fcd1e6314c.tar.bz2
android-node-v8-d7c45ea7d03de5c4a6c71b34780150fcd1e6314c.zip
deps: upgrade libuv to 47b2cd3
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 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',
],