Skip to content

Commit

Permalink
tools: add chakra_tdd.h to install.py
Browse files Browse the repository at this point in the history
chakra_tdd.h was added to the sources. This adds it to install.py to
be included in the headers package.

Refs: nodejs#397
Fixes: nodejs#417
  • Loading branch information
joaocgreis committed Nov 2, 2017
1 parent 4fc16fc commit f3ae34a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ def headers(action):
if 'v8' == variables.get('node_engine'):
subdir_files('deps/v8/include', 'include/node/', action)
elif 'chakracore' == variables.get('node_engine'):
action([
'src/chakra_ttd.h'
], 'include/node/')
subdir_files('deps/chakrashim/include', 'include/node/', action)
subdir_files('deps/chakrashim/src', 'include/node/', action)
else:
Expand Down

0 comments on commit f3ae34a

Please sign in to comment.