We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915e829 commit fc1023fCopy full SHA for fc1023f
1 file changed
tools/install.py
@@ -147,7 +147,7 @@ def files(action):
147
148
if 'false' == variables.get('node_shared_openssl'):
149
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
150
- subdir_files('deps/openssl/include/openssl', 'include/node/openssl/', action)
+ subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
151
152
if variables.get('node_engine_mozilla') == 0: #ios target
153
if 'false' == variables.get('node_shared_v8'):
0 commit comments