summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorT.C. Hollingsworth <tchollingsworth@gmail.com>2013-12-20 01:29:06 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-20 11:03:06 -0800
commit55b0bd639dea3e0d56b596aaa6ba2d26458c2be1 (patch)
treee36480983c0da156809c20769bb2154380329cad /tools/install.py
parentf84c7a27765667345935168172493da13b3d84ea (diff)
downloadandroid-node-v8-55b0bd639dea3e0d56b596aaa6ba2d26458c2be1.tar.gz
android-node-v8-55b0bd639dea3e0d56b596aaa6ba2d26458c2be1.tar.bz2
android-node-v8-55b0bd639dea3e0d56b596aaa6ba2d26458c2be1.zip
build: install common.gypi along with headers
node-gyp requires this file
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 0012a7ea83..7249de36e9 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -142,6 +142,7 @@ def files(action):
if 'true' == variables.get('node_install_npm'): npm_files(action)
action([
+ 'common.gypi',
'config.gypi',
'src/node.h',
'src/node_buffer.h',