From 08b382c2fb88d790708f39ffdf4e4b41038ec9c5 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 8 Aug 2012 20:23:27 +0200 Subject: [PATCH] installer: remove c-ares header files Fixes #3847. --- tools/install.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/install.py b/tools/install.py index 66e51d0ae..168394c00 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',