From 8bc8bd4bc206d23fe8936608cdd5450cf037b586 Mon Sep 17 00:00:00 2001 From: Shigeki Ohtsu Date: Wed, 8 Apr 2015 17:56:52 +0900 Subject: [PATCH] tools: add to install deps/openssl/config/archs PR-URL: https://github.com/iojs/io.js/pull/1377 Reviewed-By: Fedor Indutny Reviewed-By: Ben Noordhuis --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index f037c05..a14e894 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/') -- 2.7.4