From 8ccb83a9e2c3c0d7351c36d482e92b566f3a387b Mon Sep 17 00:00:00 2001 From: Param Reddy Date: Tue, 24 Oct 2017 14:06:21 -0700 Subject: Update comments to mention iOS also is not supported. --- third_party/cares/cares.BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party/cares') 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"}, -- cgit v1.2.3