Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2015-04-08 11:56:52 +0300
committerShigeki Ohtsu <ohtsu@iij.ad.jp>2015-04-10 03:54:25 +0300
commit8bc8bd4bc206d23fe8936608cdd5450cf037b586 (patch)
tree339a0b7b6b8d7eb1a1d0d0ca9602ab5829fecbe7 /tools/install.py
parent5b0e5755a07231ce358131feabfec69e80fdfcd6 (diff)
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>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install.py b/tools/install.py
index f037c055e39..a14e89426c6 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -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/')