Update comments to mention iOS also is not supported.

pull/13011/head
Param Reddy 7 years ago
parent 819ec5069b
commit 8ccb83a9e2
  1. 4
      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"},

Loading…
Cancel
Save