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

Commit 4028669

Browse files
obastemurJulien Gilli
authored and
Julien Gilli
committed
install: make sure opensslconf.h is overwritten
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 9d19dfb commit 4028669

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
@@ -156,8 +156,8 @@ def files(action):
156156
subdir_files('deps/uv/include', 'include/node/', action)
157157

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

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

0 commit comments

Comments
 (0)