Skip to content

Commit a1028d5

Browse files
committed
build: remove cares headers from tarball
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 <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 7e6e7d3 commit a1028d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/install.py

-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def headers(action):
159159

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

162-
if 'false' == variables.get('node_shared_cares'):
163-
subdir_files('deps/cares/include', 'include/node/', action)
164-
165162
if 'false' == variables.get('node_shared_libuv'):
166163
subdir_files('deps/uv/include', 'include/node/', action)
167164

0 commit comments

Comments
 (0)