Properly generating well known proto files for the macos build.

This commit is contained in:
Nicolas "Pixel" Noble 2016-05-04 02:29:17 +02:00
parent 07bcf21a9c
commit edd29498f4

View file

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