mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-15 23:42:40 +00:00
9 lines
332 B
INI
9 lines
332 B
INI
# configuration file for building MariaDB Connector/C Python
|
|
[cc_options]
|
|
# static or dynamic linking
|
|
link_static=default
|
|
# Windows: location of MySQL Connector/C installation
|
|
install_dir=c:\Program Files\MariaDB\MariaDB Connector C 64-bit
|
|
# Posix: location of mariadb_config executable
|
|
mariadb_config=/usr/local/bin/mariadb_config
|