Skip to content

Commit

Permalink
Merge pull request grpc#16122 from mistydemeo/strip_mark_dependency
Browse files Browse the repository at this point in the history
Ruby tooling: fix makefile strip dependency
  • Loading branch information
nicolasnoble authored Jul 25, 2018
2 parents a3939fd + fd499c2 commit b929339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruby/ext/grpc/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
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
Expand Down

0 comments on commit b929339

Please sign in to comment.