aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-02-06 17:31:15 -0800
committerGravatar murgatroid99 <mlumish@google.com>2017-02-06 17:31:15 -0800
commit6f62c0adca4921c8d0e75ec5b9886280ead5b7f1 (patch)
tree2d8446708d78fc675fbf1fc501d46d8907397180 /binding.gyp
parentb45791d4623c46fe010a79cb1c53ed705d1bd5ca (diff)
Disable libuv core changes in Node library
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index 6c82028dbd..a46278a328 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -51,7 +51,9 @@
'conditions': [
['runtime=="node"', {
'defines': [
- 'GRPC_UV'
+ # Disabling this while bugs are ironed out. Uncomment this to
+ # re-enable libuv integration in C core.
+ # 'GRPC_UV'
]
}],
['OS!="win" and runtime=="electron"', {