tools: add to install deps/openssl/config/archs
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Wed, 8 Apr 2015 08:56:52 +0000 (17:56 +0900)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Fri, 10 Apr 2015 00:54:25 +0000 (09:54 +0900)
PR-URL: https://github.com/iojs/io.js/pull/1377
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
tools/install.py

index f037c05..a14e894 100755 (executable)
@@ -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/')