Skip to content

Commit 3d046ad

Browse files
bitswampmethane
authored andcommitted
Add to the client library list for static builds (PyMySQL#357)
1 parent b66971e commit 3d046ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_posix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_config():
6969
# properly handle mysql client libraries that are not called libmysqlclient
7070
client = None
7171
CLIENT_LIST = ['mysqlclient', 'mysqlclient_r', 'mysqld', 'mariadb',
72-
'perconaserverclient', 'perconaserverclient_r']
72+
'mariadbclient', 'perconaserverclient', 'perconaserverclient_r']
7373
for c in CLIENT_LIST:
7474
if c in libraries:
7575
client = c

0 commit comments

Comments
 (0)