Ruby tooling: fix makefile strip dependency

pull/16122/head
Misty De Meo 7 years ago
parent af1edd806e
commit fd499c2baf
  1. 2
      src/ruby/ext/grpc/extconf.rb

@ -110,7 +110,7 @@ if grpc_config == 'opt'
o.puts i
end
o.puts
o.puts 'strip:'
o.puts 'strip: $(DLLIB)'
o.puts "\t$(ECHO) Stripping $(DLLIB)"
o.puts "\t$(Q) #{strip_tool} $(DLLIB)"
end

Loading…
Cancel
Save