Navigation Menu

Skip to content

Commit

Permalink
windows: use bundled MeCab
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 17, 2015
1 parent c8cff3f commit 2156f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -462,7 +462,8 @@ postgresql-server-dev-9.4
windows_pgroonga_source_name_base,
"-G", cmake_generator,
"-DCMAKE_INSTALL_PREFIX=pgsql",
"-DPGRN_POSTGRESQL_VERSION=#{windows_postgresql_version}")
"-DPGRN_POSTGRESQL_VERSION=#{windows_postgresql_version}"
"-DGRN_WITH_BUNDLED_MECAB=yes")
sh("cmake",
"--build", ".",
"--config", "Release")
Expand Down

0 comments on commit 2156f0c

Please sign in to comment.