Skip to content

Commit

Permalink
package windows: introduce variable for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 23, 2014
1 parent 9292548 commit 4a0786f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions packages/windows/Rakefile
Expand Up @@ -266,10 +266,13 @@ end

task "build:post" => "gcc:dll:bundle"

build_dependencies = [
"build:pre",
"build:msgpack",
"build:mecab",
"build:mecab_dict",
"build:groonga",
"build:post",
]
desc "Build MeCab and groonga and install them into #{dist_dir}/."
task :build => ["build:pre",
"build:msgpack",
"build:mecab",
"build:mecab_dict",
"build:groonga",
"build:post"]
task :build => build_dependencies

0 comments on commit 4a0786f

Please sign in to comment.