summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2015-04-08 17:56:52 +0900
committerShigeki Ohtsu <ohtsu@iij.ad.jp>2015-04-10 09:54:25 +0900
commit8bc8bd4bc206d23fe8936608cdd5450cf037b586 (patch)
tree339a0b7b6b8d7eb1a1d0d0ca9602ab5829fecbe7 /tools/install.py
parent5b0e5755a07231ce358131feabfec69e80fdfcd6 (diff)
downloadnode-new-8bc8bd4bc206d23fe8936608cdd5450cf037b586.tar.gz
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 f037c055e3..a14e89426c 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/')