Update asylo build config to include missing features (#29886)

pull/29907/head
Vignesh Babu 3 years ago committed by GitHub
parent d89d42d6a0
commit 25c76e7db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpc/impl/codegen/port_platform.h

@ -220,6 +220,8 @@
#define GRPC_TIMER_USE_GENERIC 1
#define GRPC_POSIX_NO_SPECIAL_WAKEUP_FD 1
#define GRPC_POSIX_WAKEUP_FD 1
#define GRPC_HAVE_MSG_NOSIGNAL 1
#define GRPC_HAVE_UNIX_SOCKET 1
#define GRPC_ARES 0
#define GPR_NO_AUTODETECT_PLATFORM 1
#elif defined(__APPLE__)

Loading…
Cancel
Save