From 3a00f79b0dd70c8be2829ee3e3320c1f7550cccf Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Thu, 7 Sep 2017 11:24:43 -0700 Subject: tentatively set embed_cares in mingw build as is done in mac/linux build --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit v1.2.3