Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-18 02:48:40 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-11-18 02:48:40 +0400
commit29d8ff51c85ddd491672ade6f4f3404f0f68e1a4 (patch)
tree7f352a2c1974a17712aa3999d6276b851a2eb990 /node.gyp
parent534e41b4747b9f9311ccbc62d8525963a4d9708a (diff)
build: remove v8-node.gyp
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 abc83c51b37..e2413979124 100644
--- a/node.gyp
+++ b/node.gyp
@@ -55,7 +55,7 @@
'dependencies': [
'deps/http_parser/http_parser.gyp:http_parser',
- 'deps/v8/tools/gyp/v8-node.gyp:v8',
+ 'deps/v8/tools/gyp/v8.gyp:v8',
'deps/uv/uv.gyp:uv',
'deps/zlib/zlib.gyp:zlib',
'node_js2c#host',