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

Commit

Permalink
install: fix source path for openssl headers
Browse files Browse the repository at this point in the history
PR: #14089
PR-URL: #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 9800e0b commit 9d19dfb
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 @@ -157,7 +157,7 @@ def files(action):

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

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

0 comments on commit 9d19dfb

Please sign in to comment.