aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--third_party/cares/cares.BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/cares/cares.BUILD b/third_party/cares/cares.BUILD
index 058a992ea9..8cc01b64c4 100644
--- a/third_party/cares/cares.BUILD
+++ b/third_party/cares/cares.BUILD
@@ -3,7 +3,7 @@ config_setting(
values = {"cpu": "darwin"},
)
-# Android is not officially supported.
+# Android is not officially supported through C++.
# This just helps with the build for now.
config_setting(
name = "android",
@@ -12,6 +12,8 @@ config_setting(
},
)
+# iOS is not officially supported through C++.
+# This just helps with the build for now.
config_setting(
name = "ios_x86_64",
values = {"cpu": "ios_x86_64"},