Navigation Menu

Skip to content

Commit

Permalink
Add missing ","
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2015
1 parent 7539c61 commit 90486dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -251,10 +251,10 @@ postgresql94-devel
"-G", cmake_generator,
"-DCMAKE_INSTALL_PREFIX=..\\pgsql")
sh("cmake",
"--build", "."
"--build", ".",
"--config", "Release")
sh("cmake",
"--build", "."
"--build", ".",
"--config", "Release",
"--target", "package")
mv(windows_package, "..")
Expand Down

0 comments on commit 90486dd

Please sign in to comment.