We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9aa84 commit e30a3e0Copy full SHA for e30a3e0
ext/mysql2/extconf.rb
@@ -63,6 +63,7 @@ def add_ssl_defines(header)
63
abort "-----\nCannot find library dir(s) #{lib}\n-----" unless lib && lib.split(File::PATH_SEPARATOR).any? { |dir| File.directory?(dir) }
64
warn "-----\nUsing --with-mysql-dir=#{File.dirname inc}\n-----"
65
rpath_dir = lib
66
+ have_library('mysqlclient')
67
elsif (mc = (with_config('mysql-config') || Dir[GLOB].first))
68
# If the user has provided a --with-mysql-config argument, we must respect it or fail.
69
# If the user gave --with-mysql-config with no argument means we should try to find it.
0 commit comments