Skip to content

Commit

Permalink
tentatively set embed_cares in mingw build as is done in mac/linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn authored and jtattermusch committed Sep 9, 2017
1 parent c45d672 commit 3a00f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a00f79

Please sign in to comment.