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

pull/7461/head
Nicolas "Pixel" Noble 8 years ago
parent e73459554a
commit 23f7859a46
  1. 2
      Rakefile

@ -83,7 +83,7 @@ task 'dlls' do
env += 'EMBED_ZLIB=true '
env += 'BUILDDIR=/tmp '
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' }
w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby' }

Loading…
Cancel
Save