aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/Rakefile')
-rw-r--r--ruby/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile
index 88a07a64..fa29c315 100644
--- a/ruby/Rakefile
+++ b/ruby/Rakefile
@@ -69,6 +69,7 @@ else
if RUBY_PLATFORM =~ /darwin/
task 'gem:native' do
+ system "rake genproto"
system "rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0"
end
else