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:
-rw-r--r--node.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index acaf2cef8fb..497c06c6bc0 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1376,6 +1376,11 @@
'HAVE_OPENSSL=1',
],
}],
+ [ 'node_use_openssl=="true" and experimental_quic==1', {
+ 'defines': [
+ 'NODE_EXPERIMENTAL_QUIC=1',
+ ],
+ }],
['v8_enable_inspector==1', {
'defines': [
'HAVE_INSPECTOR=1',
@@ -1430,6 +1435,11 @@
'HAVE_OPENSSL=1',
],
}],
+ [ 'node_use_openssl=="true" and experimental_quic==1', {
+ 'defines': [
+ 'NODE_EXPERIMENTAL_QUIC=1',
+ ],
+ }],
['v8_enable_inspector==1', {
'defines': [
'HAVE_INSPECTOR=1',