Skip to content

Commit 9d19dfb

Browse files
obastemurJulien Gilli
authored andcommitted
install: fix source path for openssl headers
PR: #14089 PR-URL: nodejs/node-v0.x-archive#14089 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Julien Gilli <jgilli@fastmail.fm>
1 parent 9800e0b commit 9d19dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.py

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

158158
if 'false' == variables.get('node_shared_openssl'):
159159
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
160-
subdir_files('deps/openssl/include/openssl', 'include/node/openssl/', action)
160+
subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
161161

162162
if 'false' == variables.get('node_shared_v8'):
163163
subdir_files('deps/v8/include', 'include/node/', action)

0 commit comments

Comments
 (0)