aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-08-11 01:07:46 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-08-11 01:07:46 -0700
commit839fff5df009746108aec6fe867f662ef8e09a6e (patch)
treee9e392288bfde900fb19fd2efa5c7c3f5806f889 /templates
parentd56124cb6614cca554c297c6b7e9069566aa8c9d (diff)
Try to solve csharp build issue on mac
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 5a354c8b23..b06aa17263 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -893,7 +893,9 @@
$(Q)$(MAKE) -C third_party/c-ares clean
$(Q)$(MAKE) -C third_party/c-ares
$(Q)mkdir -p $(LIBDIR)/$(CONFIG)/c-ares
- $(Q)cp third_party/c-ares/.libs/libcares.a $(LIBDIR)/$(CONFIG)/c-ares
+ $(Q)cp third_party/c-ares/.libs/libcares.a $(LIBDIR)/$(CONFIG)
+ # $(Q)[ -f third_party/c-ares/.libs/libcares.2.dylib ] && cp third_party/c-ares/.libs/libcares.2.dylib $(LIBDIR)/$(CONFIG)/c-ares
+ # $(Q)[ -f third_party/c-ares/.libs/libcares.dylib ] && cp third_party/c-ares/.libs/libcares.dylib $(LIBDIR)/$(CONFIG)/c-ares
$(OBJDIR)/$(CONFIG)/src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.o: third_party/c-ares/configure
$(OBJDIR)/$(CONFIG)/src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver_posix.o: third_party/c-ares/configure