summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-08-08 20:23:27 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-08-08 20:25:33 +0200
commit08b382c2fb88d790708f39ffdf4e4b41038ec9c5 (patch)
tree46d12e7b9c8cb5bfb350cf6394fca4a0bba60557 /tools/install.py
parent658cf43b7c631dfffe87fc5fd0dbad4599117993 (diff)
downloadandroid-node-v8-08b382c2fb88d790708f39ffdf4e4b41038ec9c5.tar.gz
android-node-v8-08b382c2fb88d790708f39ffdf4e4b41038ec9c5.tar.bz2
android-node-v8-08b382c2fb88d790708f39ffdf4e4b41038ec9c5.zip
installer: remove c-ares header files
Fixes #3847.
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/install.py b/tools/install.py
index 66e51d0ae3..168394c00f 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -157,9 +157,7 @@ def npm_files(action):
assert(0) # unhandled action type
def files(action):
- action(['deps/uv/include/ares.h',
- 'deps/uv/include/ares_version.h',
- 'deps/uv/include/uv.h',
+ action(['deps/uv/include/uv.h',
'deps/v8/include/v8-debug.h',
'deps/v8/include/v8-preparser.h',
'deps/v8/include/v8-profiler.h',