aboutsummaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rwxr-xr-xRakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 02c98679e2..ef4c7524e4 100755
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ Gem::PackageTask.new(spec) do |pkg|
end
# Add the extension compiler task
-Rake::ExtensionTask.new('grpc', spec) do |ext|
+Rake::ExtensionTask.new('grpc_c', spec) do |ext|
ext.source_pattern = '**/*.{c,h}'
ext.ext_dir = File.join('src', 'ruby', 'ext', 'grpc')
ext.lib_dir = File.join('src', 'ruby', 'lib', 'grpc')