Posix configuration fixes

This commit is contained in:
Georg Richter
2019-08-20 18:07:13 +02:00
parent 9aca6adcaa
commit 2cb584b5cb
2 changed files with 6 additions and 5 deletions

View File

@ -9,6 +9,8 @@ from distutils.core import setup, Extension
if os.name == "posix":
from mariadb_posix import get_config
if os.name == "windows":
from mariadb_windows import get_config
cfg= get_config()