Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9844188

Browse filesBrowse files
codebytereMylesBorins
authored andcommitted
build: allow for overwriting of use_openssl_def
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>
1 parent 9a09f8a commit 9844188
Copy full SHA for 9844188

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎node.gyp‎

Copy file name to clipboardExpand all lines: node.gyp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@
220220
[ 'OS=="win" and '
221221
'node_use_openssl=="true" and '
222222
'node_shared_openssl=="false"', {
223-
'use_openssl_def': 1,
223+
'use_openssl_def%': 1,
224224
}, {
225-
'use_openssl_def': 0,
225+
'use_openssl_def%': 0,
226226
}],
227227
],
228228
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.