aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-19 10:04:37 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-19 10:04:37 +0200
commit23f7859a46df3c83964b18b4d58a453e368c60e8 (patch)
treef2c633d455be9bbaf91ac74fb63689c32c642a90 /Rakefile
parente73459554a7558a260d8e24002ebe6aafac8874a (diff)
Fixing Ruby's Rakefile - high version number was hardcoded.
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f44946fe93..5b6f101d8f 100755
--- a/Rakefile
+++ b/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' }