Windows build fixes

This commit is contained in:
Georg Richter
2019-08-29 12:06:29 +02:00
parent 2cb584b5cb
commit 273777c92c
5 changed files with 11 additions and 7 deletions

View File

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