Ruby tooling: fix makefile strip dependency

This commit is contained in:
Misty De Meo 2018-07-24 14:11:05 -07:00
parent af1edd806e
commit fd499c2baf
1 changed files with 1 additions and 1 deletions

View File

@ -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