mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
windows: add MariaDB include paths (#749)
This commit is contained in:
1
setup.py
1
setup.py
@ -109,6 +109,7 @@ def get_config_win32(options):
|
|||||||
]
|
]
|
||||||
include_dirs = [
|
include_dirs = [
|
||||||
os.path.join(connector, "include", "mariadb"),
|
os.path.join(connector, "include", "mariadb"),
|
||||||
|
os.path.join(connector, "include", "mysql"),
|
||||||
os.path.join(connector, "include"),
|
os.path.join(connector, "include"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user