Skip to content

Commit

Permalink
install: make sure opensslconf.h is overwritten
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
obastemur authored and Julien Gilli committed Apr 23, 2015
1 parent 9d19dfb commit 4028669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def files(action):
subdir_files('deps/uv/include', 'include/node/', action)

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

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

0 comments on commit 4028669

Please sign in to comment.