Skip to content

Commit

Permalink
fix: MariaDB include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati committed Dec 10, 2024
1 parent 49e44c5 commit fca5677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]

Expand Down

0 comments on commit fca5677

Please sign in to comment.