aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/Rakefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-04 02:29:17 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-04 02:40:25 +0200
commitedd29498f420427212079193ce1e82aa74aa2014 (patch)
tree6a9f1d8c367c6ef33262700978cd26747a1708b1 /ruby/Rakefile
parent07bcf21a9cbe600f45cba2fe38710a4ad5f7c5bc (diff)
Properly generating well known proto files for the macos build.
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