Skip to content

Commit 8bc8bd4

Browse files
author
Shigeki Ohtsu
committed
tools: add to install deps/openssl/config/archs
PR-URL: #1377 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 5b0e575 commit 8bc8bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install.py

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def files(action):
175175

176176
if 'false' == variables.get('node_shared_openssl'):
177177
subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
178+
subdir_files('deps/openssl/config/archs', 'include/node/openssl/archs', action)
178179
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
179180

180181

0 commit comments

Comments
 (0)