aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/Rakefile')
-rw-r--r--ruby/Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile
index c25103d8..44497dea 100644
--- a/ruby/Rakefile
+++ b/ruby/Rakefile
@@ -21,6 +21,11 @@ else
ext.ext_dir = "ext/google/protobuf_c"
ext.lib_dir = "lib/google"
end
+
+ task 'gem:windows' do
+ require 'rake_compiler_dock'
+ RakeCompilerDock.sh "bundle && rake cross native gem"
+ end
end
Gem::PackageTask.new(spec) do |pkg|