Navigation Menu

Skip to content

Commit

Permalink
Simplify description
Browse files Browse the repository at this point in the history
rake-compiler-deck is implementation detail.
  • Loading branch information
kou committed Oct 6, 2015
1 parent 8e1230f commit 72839ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -152,7 +152,7 @@ namespace :build do
namespace :windows do
ruby_versions = "2.0.0:2.1.6:2.2.2"

desc "Build cross compile binary with rake-compiler-dock for i386"
desc "Build gem for Windows i386"
task :x86 do
require "rake_compiler_dock"
rm_rf binary_dir
Expand All @@ -163,7 +163,7 @@ namespace :build do
]
end

desc "Build cross compile binary with rake-compiler-dock for x64"
desc "Build gem for Windows x64"
task :x64 do
require "rake_compiler_dock"
rm_rf binary_dir
Expand All @@ -176,7 +176,7 @@ namespace :build do
end
end

desc "Build cross compile binary with rake-compiler-dock"
desc "Build gems for Windows"
task :windows => ["windows:x86", "windows:x64"]
end

Expand Down

0 comments on commit 72839ce

Please sign in to comment.