aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2017-03-01 08:52:16 -0800
committerGravatar GitHub <noreply@github.com>2017-03-01 08:52:16 -0800
commit25c38e761753da95586bca4ab5b1c5c5fa3a4c1b (patch)
treeab5fcbf26f0e5a0dca86a9cfacafecac9c0d73d6 /templates
parent80f29dbeacf9aaaf4a4e2e1b676afed68e3a97ae (diff)
parent06ab69d2d28bfcc9eabdd260a437c132da602b74 (diff)
Merge pull request #9888 from murgatroid99/electron_uv_fix
Fix missing wakeups when using the libuv iomgr under Electron
Diffstat (limited to 'templates')
-rw-r--r--templates/binding.gyp.template4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/binding.gyp.template b/templates/binding.gyp.template
index 9d7034e18b..2290411d54 100644
--- a/templates/binding.gyp.template
+++ b/templates/binding.gyp.template
@@ -56,10 +56,8 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE'
],
'conditions': [
- ['runtime=="node" and grpc_uv=="true"', {
+ ['grpc_uv=="true"', {
'defines': [
- # Disabling this while bugs are ironed out. Uncomment this to
- # re-enable libuv integration in C core.
'GRPC_UV'
]
}],