From 65da81b3ec38a48d3075048bd95588b3cd667ace Mon Sep 17 00:00:00 2001 From: Ben MacLeod Date: Tue, 4 Jun 2019 09:54:35 -0300 Subject: [PATCH] Add to the client library list for static builds --- setup_posix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_posix.py b/setup_posix.py index 9289bb50..2b594102 100644 --- a/setup_posix.py +++ b/setup_posix.py @@ -69,7 +69,7 @@ def get_config(): # properly handle mysql client libraries that are not called libmysqlclient client = None CLIENT_LIST = ['mysqlclient', 'mysqlclient_r', 'mysqld', 'mariadb', - 'perconaserverclient', 'perconaserverclient_r'] + 'mariadbclient', 'perconaserverclient', 'perconaserverclient_r'] for c in CLIENT_LIST: if c in libraries: client = c