Skip to content

Commit

Permalink
build: remove cares headers from tarball
Browse files Browse the repository at this point in the history
The bundled c-ares isn't very suitable for consumption by addons,
isn't kept stable, and isn't exported on windows.

PR-URL: #10283
Refs: nodejs/node-gyp#1055
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
gibfahn committed Mar 22, 2017
1 parent 7e6e7d3 commit a1028d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ def headers(action):

subdir_files('deps/v8/include', 'include/node/', action)

if 'false' == variables.get('node_shared_cares'):
subdir_files('deps/cares/include', 'include/node/', action)

if 'false' == variables.get('node_shared_libuv'):
subdir_files('deps/uv/include', 'include/node/', action)

Expand Down

0 comments on commit a1028d5

Please sign in to comment.