diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index 85f0618e..aa4d4be6 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -82,6 +82,7 @@ 'deps/grpc/third_party/abseil-cpp' ], 'defines': [ + 'PB_FIELD_16BIT', 'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GRPC_ARES=0', 'GRPC_UV' diff --git a/packages/grpc-native-core/templates/binding.gyp.template b/packages/grpc-native-core/templates/binding.gyp.template index 57c9b6e7..e5eebfed 100644 --- a/packages/grpc-native-core/templates/binding.gyp.template +++ b/packages/grpc-native-core/templates/binding.gyp.template @@ -78,6 +78,7 @@ 'deps/grpc/third_party/abseil-cpp' ], 'defines': [ + 'PB_FIELD_16BIT', 'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GRPC_ARES=0', 'GRPC_UV'