Navigation Menu

Skip to content

Commit

Permalink
Add a missing ","
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 29, 2015
1 parent 58c7541 commit efa1069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -462,7 +462,7 @@ 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", ".",
Expand Down

0 comments on commit efa1069

Please sign in to comment.