build: install common.gypi along with headers

node-gyp requires this file
This commit is contained in:
T.C. Hollingsworth 2013-12-20 01:29:06 -07:00 committed by Timothy J Fontaine
parent f84c7a2776
commit 55b0bd639d

View File

@ -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',