From 8c2946a5a0777e5602f34e3f739f15d30b133318 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 27 Feb 2017 10:19:21 -0800 Subject: Fix missing wakeups when using the libuv iomgr under Electron --- templates/binding.gyp.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/binding.gyp.template') 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' ] }], -- cgit v1.2.3