support msys2-python

This commit is contained in:
ed 2021-04-21 18:28:44 +02:00
parent 04f1b2cf3a
commit e4801d9b06
5 changed files with 13 additions and 10 deletions

View file

@ -26,7 +26,7 @@ CKSUM = None
STAMP = None
PY2 = sys.version_info[0] == 2
WINDOWS = sys.platform == "win32"
WINDOWS = sys.platform in ["win32", "msys"]
sys.dont_write_bytecode = True
me = os.path.abspath(os.path.realpath(__file__))
cpp = None