mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Fix embedded build
This commit is contained in:
@ -52,7 +52,7 @@ include_dirs = [ dequote(i[2:])
|
||||
extra_objects = []
|
||||
static = enabled('static')
|
||||
if enabled('embedded'):
|
||||
libs = mysql_config("libmysqld_libs")
|
||||
libs = mysql_config("libmysqld-libs")
|
||||
client = "mysqld"
|
||||
elif enabled('threadsafe'):
|
||||
libs = mysql_config("libs_r")
|
||||
|
Reference in New Issue
Block a user