diff options
Diffstat (limited to 'binding.gyp')
-rw-r--r-- | binding.gyp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/binding.gyp b/binding.gyp index 430c218e9c..6ccd15bb8d 100644 --- a/binding.gyp +++ b/binding.gyp @@ -348,11 +348,12 @@ "src/node/ext/node_grpc.cc", "src/node/ext/server.cc", "src/node/ext/server_credentials.cc", - "src/node/ext/timeval.cc" + "src/node/ext/timeval.cc", ], "dependencies": [ - "grpc" + "grpc", + "gpr", ] - } + }, ] } |