Ver Fonte

Properly generating well known proto files for the macos build.

Nicolas "Pixel" Noble há 9 anos atrás
pai
commit
edd29498f4
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      ruby/Rakefile

+ 1 - 0
ruby/Rakefile

@@ -69,6 +69,7 @@ else
 
 
   if RUBY_PLATFORM =~ /darwin/
   if RUBY_PLATFORM =~ /darwin/
     task 'gem:native' do
     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"
       system "rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0"
     end
     end
   else
   else