Skip to content
Snippets Groups Projects
Commit 23f7859a authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Fixing Ruby's Rakefile - high version number was hardcoded.

parent e7345955
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ task 'dlls' do ...@@ -83,7 +83,7 @@ task 'dlls' do
env += 'EMBED_ZLIB=true ' env += 'EMBED_ZLIB=true '
env += 'BUILDDIR=/tmp ' env += 'BUILDDIR=/tmp '
env += "V=#{verbose} " env += "V=#{verbose} "
out = '/tmp/libs/opt/grpc-0.dll' out = '/tmp/libs/opt/grpc-1.dll'
w64 = { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64.ruby' } w64 = { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64.ruby' }
w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby' } w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment