Skip to content

Commit fc1023f

Browse files
committed
fix install source path for openssl headers
1 parent 915e829 commit fc1023f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def files(action):
147147

148148
if 'false' == variables.get('node_shared_openssl'):
149149
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
150-
subdir_files('deps/openssl/include/openssl', 'include/node/openssl/', action)
150+
subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
151151

152152
if variables.get('node_engine_mozilla') == 0: #ios target
153153
if 'false' == variables.get('node_shared_v8'):

0 commit comments

Comments
 (0)