From ba233e7841fc1fd495d3d39420680643b20dc75d Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Sat, 16 Jun 2018 23:31:54 -0700 Subject: Fix grpc.gyp wrt nanopb refactoring --- grpc.gyp | 1 + templates/grpc.gyp.template | 1 + 2 files changed, 2 insertions(+) diff --git a/grpc.gyp b/grpc.gyp index 20e463ed9e..8edfcadf95 100644 --- a/grpc.gyp +++ b/grpc.gyp @@ -77,6 +77,7 @@ '.', '../..', 'include', + '../../third_party/nanopb', ], 'defines': [ 'GRPC_ARES=0', diff --git a/templates/grpc.gyp.template b/templates/grpc.gyp.template index 2ea0d06ebd..d71de9f441 100644 --- a/templates/grpc.gyp.template +++ b/templates/grpc.gyp.template @@ -70,6 +70,7 @@ '.', '../..', 'include', + '../../third_party/nanopb', ], 'defines': [ 'GRPC_ARES=0', -- cgit v1.2.3