Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65da81b

Browse filesBrowse files
Add to the client library list for static builds
1 parent b66971e commit 65da81b
Copy full SHA for 65da81b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup_posix.py

Copy file name to clipboardExpand all lines: setup_posix.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.