From fca567713d9b4e15277088e0f42295748df82e3c Mon Sep 17 00:00:00 2001 From: CristiFati Date: Wed, 11 Dec 2024 01:22:41 +0200 Subject: [PATCH] fix: MariaDB include paths --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 771b39b..9a1d26b 100644 --- a/setup.py +++ b/setup.py @@ -109,6 +109,7 @@ def get_config_win32(options): ] include_dirs = [ os.path.join(connector, "include", "mariadb"), + os.path.join(connector, "include", "mysql"), os.path.join(connector, "include"), ]