Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
build: do not include deleted directory
Browse files Browse the repository at this point in the history
`deps/uv/src/ares` hasn't existed since
libuv/libuv@41b1265 (mid 2012).

PR-URL: nodejs/node#16384
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
maclover7 authored and addaleax committed Oct 26, 2017
1 parent cc260b9 commit f3e1aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
'include_dirs': [
'src',
'tools/msvs/genfiles',
'deps/uv/src/ares',
'<(SHARED_INTERMEDIATE_DIR)', # for node_natives.h
'deps/nghttp2/lib/includes'
],
Expand Down

0 comments on commit f3e1aa0

Please sign in to comment.