|
|
@@ -75,6 +75,9 @@ cp third_party/grpc/third_party/nanopb/*.h Sources/CgRPC/third_party/nanopb/
|
|
|
echo "ADDING additional compiler flags to nanopb/pb.h"
|
|
|
perl -pi -e 's/\/\* #define PB_FIELD_16BIT 1 \*\//#define PB_FIELD_16BIT 1/' Sources/CgRPC/third_party/nanopb/pb.h
|
|
|
|
|
|
+echo "ADDING additional compiler flags to tsi/ssl_transport_security.cc"
|
|
|
+perl -pi -e 's/#define TSI_OPENSSL_ALPN_SUPPORT 1/#define TSI_OPENSSL_ALPN_SUPPORT 0/' Sources/CgRPC/src/core/tsi/ssl_transport_security.cc
|
|
|
+
|
|
|
echo "DISABLING ARES"
|
|
|
perl -pi -e 's/#define GRPC_ARES 1/#define GRPC_ARES 0/' Sources/CgRPC/include/grpc/impl/codegen/port_platform.h
|
|
|
|