Skip to content

Commit

Permalink
Added example use of the build_flags option for the gem installer
Browse files Browse the repository at this point in the history
  • Loading branch information
crafterm committed Dec 21, 2008
1 parent 602c14c commit d16ab60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/packages/databases/mysql.rb
Expand Up @@ -5,9 +5,9 @@

package :mysql_ruby_driver do
description 'Ruby MySQL database driver'
gem 'mysql'
gem 'mysql' # :build_flags => "—with-mysql-config=/usr/local/mysql/bin/mysql_config"

verify do
ruby_can_load 'mysql'
end
end
end

0 comments on commit d16ab60

Please sign in to comment.