Skip to content

Commit

Permalink
installer: don't install node_internals.h
Browse files Browse the repository at this point in the history
As the name suggests, it's for internal use only, so don't install it.

Including it in an add-on doesn't work because the file depends on other
header files that are not installed.

Adding it to the install list appears to have been an oversight in
commit 32478ac ("build: unix install node and dep library headers").

PR-URL: #6913
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Johan Bergström <[email protected]>
Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
  • Loading branch information
bnoordhuis authored and rvagg committed Jun 2, 2016
1 parent f1a8c31 commit 6f0d8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def headers(action):
'config.gypi',
'src/node.h',
'src/node_buffer.h',
'src/node_internals.h',
'src/node_object_wrap.h',
'src/node_version.h',
], 'include/node/')
Expand Down

0 comments on commit 6f0d8b3

Please sign in to comment.