mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-27 13:01:19 +00:00
fix plugindir
This commit is contained in:
@ -78,7 +78,7 @@ def get_config(options):
|
||||
cfg.extra_compile_args = ["/MD"]
|
||||
|
||||
f = open("./include/config_win.h", "w")
|
||||
f.write("#define DEFAULT_PLUGINS_SUBDIR \"%s\\\\lib\\\\plugin\"" %
|
||||
f.write("#define DEFAULT_PLUGINS_SUBDIR \"%s\\\\lib\\\\mariadb\\\\plugin\"" %
|
||||
mariadb_dir.replace(""'\\', '\\\\'))
|
||||
f.close()
|
||||
return cfg
|
||||
|
Reference in New Issue
Block a user