aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-09-07 11:24:43 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-09 16:32:49 +0200
commit3a00f79b0dd70c8be2829ee3e3320c1f7550cccf (patch)
treeb5b4f2fe5d78d356810e1a97ee08b1d3fa323531 /Rakefile
parentc45d67243996784d7f8f6c6f0751054eae56f6d1 (diff)
tentatively set embed_cares in mingw build as is done in mac/linux build
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c94a5046b8..1e8960eab8 100755
--- a/Rakefile
+++ b/Rakefile
@@ -84,8 +84,9 @@ task 'dlls' do
env += 'LDFLAGS=-static '
env += 'SYSTEM=MINGW32 '
env += 'EMBED_ZLIB=true '
- env += 'BUILDDIR=/tmp '
env += 'EMBED_OPENSSL=true '
+ env += 'EMBED_CARES=true '
+ env += 'BUILDDIR=/tmp '
env += "V=#{verbose} "
out = GrpcBuildConfig::CORE_WINDOWS_DLL