aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Param Reddy <param@spinorx.com>2017-10-24 14:06:21 -0700
committerGravatar Param Reddy <param@spinorx.com>2017-10-24 14:06:21 -0700
commit8ccb83a9e2c3c0d7351c36d482e92b566f3a387b (patch)
tree7f49cf3ebd2403061e11287d1fdf9533922e4b35 /third_party
parent819ec5069b050c21d3cbaa69289b89dfc7080979 (diff)
Update comments to mention iOS also is not supported.
Diffstat (limited to 'third_party')
-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"},