diff options
Diffstat (limited to 'tools/install.py')
-rwxr-xr-x | tools/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py index be2bab5463..2aeed773bb 100755 --- a/tools/install.py +++ b/tools/install.py @@ -183,7 +183,7 @@ def headers(action): 'false' == variables.get('node_shared_openssl'): subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action) subdir_files('deps/openssl/config/archs', 'include/node/openssl/archs', action) - action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/') + subdir_files('deps/openssl/config', 'include/node/openssl', action) if 'false' == variables.get('node_shared_zlib'): action([ |