From 55b0bd639dea3e0d56b596aaa6ba2d26458c2be1 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Fri, 20 Dec 2013 01:29:06 -0700 Subject: [PATCH] build: install common.gypi along with headers node-gyp requires this file --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index 0012a7e..7249de3 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', -- 2.7.4