Disable GPR_ABSEIL_SYNC on Apple platforms

This commit is contained in:
Esun Kim 2020-07-30 23:14:47 -07:00
parent 4f2c74450f
commit 7948a5c690
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#if defined(__APPLE__)
// This is disabled on Apple platforms because macos/grpc_basictests_c_cpp
// fails with this. https://github.com/grpc/grpc/issues/23661
#define GPR_ABSEIL_SYNC 0
#else
#define GPR_ABSEIL_SYNC 1
#endif