Skip to content

Commit d3204b0

Browse files
committed
installer: copy smalloc.h on installation
fix nodejs#7485 Signed-off-by: Fedor Indutny <fedor@indutny.com>
1 parent 8398bf9 commit d3204b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def files(action):
150150
'src/node_internals.h',
151151
'src/node_object_wrap.h',
152152
'src/node_version.h',
153+
'src/smalloc.h',
153154
], 'include/node/')
154155

155156
if 'false' == variables.get('node_shared_cares'):

0 commit comments

Comments
 (0)