Skip to content

Commit

Permalink
build: allow for overwriting of use_openssl_def
Browse files Browse the repository at this point in the history
PR-URL: #23763
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
codebytere authored and MylesBorins committed Nov 26, 2018
1 parent 90f5bb6 commit e6e97ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.gyp
Expand Up @@ -164,9 +164,9 @@
[ 'OS=="win" and '
'node_use_openssl=="true" and '
'node_shared_openssl=="false"', {
'use_openssl_def': 1,
'use_openssl_def%': 1,
}, {
'use_openssl_def': 0,
'use_openssl_def%': 0,
}],
],
},
Expand Down

0 comments on commit e6e97ad

Please sign in to comment.