Skip to content

Commit 207ac1a

Browse files
authored
windows: add MariaDB include paths (#749)
1 parent 49e44c5 commit 207ac1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def get_config_win32(options):
109109
]
110110
include_dirs = [
111111
os.path.join(connector, "include", "mariadb"),
112+
os.path.join(connector, "include", "mysql"),
112113
os.path.join(connector, "include"),
113114
]
114115

0 commit comments

Comments
 (0)