Skip to content

Commit

Permalink
improve extconf glob to find osx stock installs (/usr/local/mysql-5.0…
Browse files Browse the repository at this point in the history
….51b-osx10.5-x86/bin/mysql_config)
  • Loading branch information
tmm1 committed Jan 25, 2009
1 parent 8320b50 commit e259f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/extconf.rb
Expand Up @@ -8,8 +8,9 @@
/usr
/usr/local
/usr/local/mysql
/usr/local/mysql-*
/usr/local/lib/mysql5
]
].map{|dir| "#{dir}/bin" }

GLOB = "{#{dirs.join(',')}}/{mysql_config,mysql_config5}"

Expand Down

0 comments on commit e259f95

Please sign in to comment.