summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-04-19 17:29:26 +0400
committerFedor Indutny <fedor@indutny.com>2014-05-02 22:55:15 +0400
commitd3204b0225f9087cf419c69abeab7d1586e6af5d (patch)
treeeac5ba55a6a7bbef229194ba0ad9fe203b6e0ab1 /tools/install.py
parent8398bf9128956b9c59bb7b0a6846f554707257b0 (diff)
downloadandroid-node-v8-d3204b0225f9087cf419c69abeab7d1586e6af5d.tar.gz
android-node-v8-d3204b0225f9087cf419c69abeab7d1586e6af5d.tar.bz2
android-node-v8-d3204b0225f9087cf419c69abeab7d1586e6af5d.zip
installer: copy smalloc.h on installation
fix #7485 Signed-off-by: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install.py b/tools/install.py
index c495746c8c..67f72ea027 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -150,6 +150,7 @@ def files(action):
'src/node_internals.h',
'src/node_object_wrap.h',
'src/node_version.h',
+ 'src/smalloc.h',
], 'include/node/')
if 'false' == variables.get('node_shared_cares'):