Skip to content

Commit 373ffc5

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committedJul 14, 2016
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 65b75b5 commit 373ffc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tools/install.py

-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def headers(action):
150150
'config.gypi',
151151
'src/node.h',
152152
'src/node_buffer.h',
153-
'src/node_internals.h',
154153
'src/node_object_wrap.h',
155154
'src/node_version.h',
156155
], 'include/node/')

0 commit comments

Comments
 (0)
Please sign in to comment.