Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

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: #397
Fixes: #417
PR-URL: #421
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Mike Kaufman <mike.kaufman@microsoft.com>
  • Loading branch information
joaocgreis authored and kfarnung committed Jan 12, 2018
1 parent da84497 commit 06f23df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ 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 06f23df

Please sign in to comment.