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 9a09f8a commit 9844188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.gyp
Expand Up @@ -220,9 +220,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 9844188

Please sign in to comment.