mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
support msys2-python
This commit is contained in:
parent
04f1b2cf3a
commit
e4801d9b06
5 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue