Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 36cab71f563..1ebb8c2cc97 100644
--- a/node.gyp
+++ b/node.gyp
@@ -748,6 +748,7 @@
'variables': {
'openssl_system_ca_path%': '',
+ 'openssl_default_cipher_list%': '',
},
'defines': [
@@ -764,6 +765,11 @@
'msvs_disabled_warnings!': [4244],
'conditions': [
+ [ 'openssl_default_cipher_list!=""', {
+ 'defines': [
+ 'NODE_OPENSSL_DEFAULT_CIPHER_LIST="<(openssl_default_cipher_list)"'
+ ]
+ }],
[ 'error_on_warn=="true"', {
'cflags': ['-Werror'],
'xcode_settings': {