Skip to content

Commit

Permalink
Remove a msgpack_prefix in the build_msgpack
Browse files Browse the repository at this point in the history
  • Loading branch information
sugryo committed Aug 25, 2014
1 parent 2082147 commit 21fe7f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -73,7 +73,6 @@ class GroongaBuilder
def build_msgpack
msgpack_version = "0.5.9"
msgpack_archive_name = "msgpack-#{msgpack_version}"
msgpack_prefix = File.join(@top_dir, File.join("vendor", "msgpack"))
sh("curl",
"--silent",
"--remote-name",
Expand All @@ -87,7 +86,6 @@ class GroongaBuilder
sh("make", "-j4")
sh("make", "install")
end
return msgpack_prefix
end

def build_groonga
Expand Down

0 comments on commit 21fe7f0

Please sign in to comment.