Skip to content

Commit

Permalink
install: fix source path for openssl headers
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 <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Julien Gilli <[email protected]>
  • 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.