Navigation Menu

Skip to content

Commit

Permalink
Add missing dependency to boost
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 15, 2015
1 parent df3e89b commit 6d0d6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mroonga.rb
Expand Up @@ -24,6 +24,7 @@ class Mroonga < Formula

if build.include?("use-homebrew-mysql")
depends_on "cmake" => :build
depends_on "boost" => :build
depends_on "mysql"
elsif build.include?("use-homebrew-mariadb")
depends_on "cmake" => :build
Expand Down

0 comments on commit 6d0d6f8

Please sign in to comment.