Skip to content

Commit

Permalink
Fixing Ruby's Rakefile - high version number was hardcoded.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Jul 19, 2016
1 parent e734595 commit 23f7859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 23f7859

Please sign in to comment.