0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00

tools: add to install deps/openssl/config/archs

PR-URL: https://github.com/iojs/io.js/pull/1377
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Shigeki Ohtsu 2015-04-08 17:56:52 +09:00
parent 5b0e5755a0
commit 8bc8bd4bc2

View File

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