Explorar o código

Merge pull request #1482 from nicolasnoble/rake-tweaks-2

Properly generating well known proto files for the macos build.
Joshua Haberman %!s(int64=9) %!d(string=hai) anos
pai
achega
72e162ce96
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ruby/Rakefile

+ 1 - 0
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