Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 9d19dfb

Browse files
obastemurJulien Gilli
authored and
Julien Gilli
committed
install: fix source path for openssl headers
PR: #14089 PR-URL: #14089 Reviewed-By: Trevor Norris <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Julien Gilli <[email protected]>
1 parent 9800e0b commit 9d19dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.py

+1-1
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)