Skip to content

Commit 6f0d8b3

Browse files
bnoordhuisrvagg
authored andcommitted
installer: don't install node_internals.h
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]>
1 parent f1a8c31 commit 6f0d8b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def headers(action):
134134
'config.gypi',
135135
'src/node.h',
136136
'src/node_buffer.h',
137-
'src/node_internals.h',
138137
'src/node_object_wrap.h',
139138
'src/node_version.h',
140139
], 'include/node/')

0 commit comments

Comments
 (0)