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 2ce804d commit e84933bCopy full SHA for e84933b
ext/mysql2/extconf.rb
@@ -36,7 +36,7 @@ def asplode lib
36
/usr/local/lib/mysql5*
37
].map{|dir| "#{dir}/bin" }
38
39
-GLOB = "{#{dirs.join(',')}}/{mysql_config,mysql_config5}"
+GLOB = "{#{dirs.join(',')}}/{mysql_config,mysql_config5,mariadb_config}"
40
41
# If the user has provided a --with-mysql-dir argument, we must respect it or fail.
42
inc, lib = dir_config('mysql')
0 commit comments