From 6ce08c3da545358074eb66dc4202e0474fa5be1b Mon Sep 17 00:00:00 2001 From: Niyas Sait Date: Fri, 26 Nov 2021 02:43:37 -0800 Subject: [PATCH] add workarounds to compile for win/arm64 --- src/core/lib/transport/transport.cc | 8 ++++---- third_party/cares/cares.BUILD | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/third_party/cares/cares.BUILD b/third_party/cares/cares.BUILD index 7939021a25..430791aa8d 100644 --- a/third_party/cares/cares.BUILD +++ b/third_party/cares/cares.BUILD @@ -22,7 +22,7 @@ config_setting( config_setting( name = "windows", - values = {"cpu": "x64_windows"}, + constraint_values = ["@platforms//os:windows"], ) # Android is not officially supported through C++. -- 2.33.0.windows.2