'cuz mac
This commit is contained in:
parent
dbe018e9e1
commit
757da046a5
1 changed files with 4 additions and 4 deletions
6
setup.py
6
setup.py
|
@ -10,10 +10,10 @@ if sys.version_info < (3, 0, 0):
|
||||||
def is_64bit() -> bool:
|
def is_64bit() -> bool:
|
||||||
return sys.maxsize > 2**32
|
return sys.maxsize > 2**32
|
||||||
|
|
||||||
if sys.platform == "win32":
|
#if sys.platform == "win32":
|
||||||
base = "Win32GUI"
|
base = "Win32GUI"
|
||||||
else:
|
#else:
|
||||||
sys.exit("This script won't work on this platform </3")
|
# sys.exit("This script won't work on this platform </3")
|
||||||
|
|
||||||
includefiles = ["quirks",
|
includefiles = ["quirks",
|
||||||
"smilies",
|
"smilies",
|
||||||
|
|
Loading…
Reference in a new issue