Skip to content

Commit fca5677

Browse files
committed
fix: MariaDB include paths
1 parent 49e44c5 commit fca5677

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)