Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.

Commit dc58951

Browse files
obastemurjBarz
authored andcommitted
install: make sure opensslconf.h is overwritten
PR: nodejs#14089 PR-URL: nodejs#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 4aad978 commit dc58951

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

162162
if 'false' == variables.get('node_shared_openssl'):
163-
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
164163
subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
164+
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
165165

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

0 commit comments

Comments
 (0)