Browse Source

build: install common.gypi along with headers

node-gyp requires this file
v0.10.25-release
T.C. Hollingsworth 11 years ago
committed by Timothy J Fontaine
parent
commit
55b0bd639d
  1. 1
      tools/install.py

1
tools/install.py

@ -142,6 +142,7 @@ def files(action):
if 'true' == variables.get('node_install_npm'): npm_files(action) if 'true' == variables.get('node_install_npm'): npm_files(action)
action([ action([
'common.gypi',
'config.gypi', 'config.gypi',
'src/node.h', 'src/node.h',
'src/node_buffer.h', 'src/node_buffer.h',

Loading…
Cancel
Save