Remove dead code from Windows build script
This commit is contained in:
parent
a6cedd736b
commit
838fd94a70
1 changed files with 0 additions and 10 deletions
|
@ -98,18 +98,8 @@ def is_active():
|
||||||
|
|
||||||
def get_name():
|
def get_name():
|
||||||
return "Windows"
|
return "Windows"
|
||||||
if (os.getenv("MINGW32_PREFIX")):
|
|
||||||
mingw32=os.getenv("MINGW32_PREFIX")
|
|
||||||
mingw = mingw32
|
|
||||||
if (os.getenv("MINGW64_PREFIX")):
|
|
||||||
mingw64=os.getenv("MINGW64_PREFIX")
|
|
||||||
|
|
||||||
|
|
||||||
return [
|
|
||||||
('mingw_prefix','Mingw Prefix',mingw32),
|
|
||||||
('mingw_prefix_64','Mingw Prefix 64 bits',mingw64),
|
|
||||||
]
|
|
||||||
|
|
||||||
def can_build():
|
def can_build():
|
||||||
|
|
||||||
if (os.name == "nt"):
|
if (os.name == "nt"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue