Merge pull request #195 from murgatroid99/alts_nanopb_macro_update

Add macro definition to gyp file
This commit is contained in:
Michael Lumish 2018-02-28 11:58:26 -08:00 committed by GitHub
commit c3eb6002be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@
'deps/grpc/third_party/abseil-cpp'
],
'defines': [
'PB_FIELD_16BIT',
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV'

View File

@ -78,6 +78,7 @@
'deps/grpc/third_party/abseil-cpp'
],
'defines': [
'PB_FIELD_16BIT',
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV'