aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
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