aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/cares/BUILD
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-03 10:37:47 +0800
committerGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-03 10:37:47 +0800
commitd21bde15c650ae351166050929dec59dc922b5f0 (patch)
tree912439ce0c4e7576066f3840f68e1e50ff10fc78 /third_party/cares/BUILD
parent17f682d8274ef0b7d1376eeee5e94839a0750e0e (diff)
Build C-Ares with Bazel on Windows
Diffstat (limited to 'third_party/cares/BUILD')
-rw-r--r--third_party/cares/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/cares/BUILD b/third_party/cares/BUILD
index ad27d93c0f..d73f5516bc 100644
--- a/third_party/cares/BUILD
+++ b/third_party/cares/BUILD
@@ -6,4 +6,5 @@ exports_files([
"config_freebsd/ares_config.h",
"config_linux/ares_config.h",
"config_openbsd/ares_config.h",
+ "config_windows/ares_config.h",
])