Skip to content

Commit

Permalink
tools: add to install deps/openssl/config/archs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigeki Ohtsu committed Apr 10, 2015
1 parent fbfb85f commit cb4134d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def files(action):

if '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/')


Expand Down

0 comments on commit cb4134d

Please sign in to comment.