diff options
author | murgatroid99 <mlumish@google.com> | 2016-12-05 09:41:18 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-12-05 09:41:18 -0800 |
commit | f0f787d117a20156eeda8dbd6e96398fe4d443a7 (patch) | |
tree | 3b77a8a7eed00665bdd54fe200169dab44c7c147 /Rakefile | |
parent | 94298fbb955c1bc059e75f4c8c82f252c1cfeae9 (diff) |
Fix Ruby compilation problems on MinGW
Diffstat (limited to 'Rakefile')
-rwxr-xr-x | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ task 'dlls' do env += 'EMBED_ZLIB=true ' env += 'BUILDDIR=/tmp ' env += "V=#{verbose} " - out = '/tmp/libs/opt/grpc-1.dll' + out = '/tmp/libs/opt/grpc-2.dll' w64 = { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64.ruby' } w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby' } |