Navigation Menu

Skip to content

Commit

Permalink
windows: follow configure option for groonga-httpd change
Browse files Browse the repository at this point in the history
--disable-nginx ->
--disable-groonga-httpd
  • Loading branch information
kou committed Aug 17, 2012
1 parent eaf1678 commit 0bdf3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/windows/Rakefile
Expand Up @@ -189,7 +189,7 @@ namespace :build do
"--host=#{host}",
"--without-cutter",
"--disable-benchmark",
"--disable-nginx",
"--disable-groonga-httpd",
"--with-message-pack=#{binary_dir}"]
if mecab_config.exist?
options << "--with-mecab-config=#{mecab_config}"
Expand Down

0 comments on commit 0bdf3f9

Please sign in to comment.