We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9800e0b commit 9d19dfbCopy full SHA for 9d19dfb
tools/install.py
@@ -157,7 +157,7 @@ def files(action):
157
158
if 'false' == variables.get('node_shared_openssl'):
159
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
160
- subdir_files('deps/openssl/include/openssl', 'include/node/openssl/', action)
+ subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
161
162
if 'false' == variables.get('node_shared_v8'):
163
subdir_files('deps/v8/include', 'include/node/', action)
0 commit comments