Ruby tooling: fix makefile strip dependency
This commit is contained in:
parent
af1edd806e
commit
fd499c2baf
|
|
@ -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…
Reference in New Issue