mirror of https://github.com/grpc/grpc-node.git
Merge pull request #195 from murgatroid99/alts_nanopb_macro_update
Add macro definition to gyp file
This commit is contained in:
commit
c3eb6002be
|
@ -82,6 +82,7 @@
|
|||
'deps/grpc/third_party/abseil-cpp'
|
||||
],
|
||||
'defines': [
|
||||
'PB_FIELD_16BIT',
|
||||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=0',
|
||||
'GRPC_UV'
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
'deps/grpc/third_party/abseil-cpp'
|
||||
],
|
||||
'defines': [
|
||||
'PB_FIELD_16BIT',
|
||||
'GPR_BACKWARDS_COMPATIBILITY_MODE',
|
||||
'GRPC_ARES=0',
|
||||
'GRPC_UV'
|
||||
|
|
Loading…
Reference in New Issue