8000 remove wingw32 option for cython · winpython/winpython@225147e · GitHub
[go: up one dir, main page]

Skip to content

Commit 225147e

Browse files
committed
remove wingw32 option for cython
1 parent 389f149 commit 225147e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

make.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def build_7zip(srcname, dstname, data):
199199
class WinPythonDistribution(object):
200200
"""WinPython distribution"""
201201

202-
MINGW32_PATH = r"\t\mingw32\bin"
203202
JULIA_PATH = r"\t\Julia\bin"
204203
NODEJS_PATH = r"\n" # r'\t\n'
205204

@@ -386,13 +385,7 @@ def prepath(self):
386385
"DLLs",
387386
"Scripts",
388387
r"..\t",
389-
# r"..\t\mingw32\bin",
390388
]
391-
# if (
392-
# self.distribution.architecture == 32
393-
# and osp.isdir(self.winpydir + self.MINGW32_PATH)
394-
# ):
395-
# path += [r".." + self.MINGW32_PATH]
396389
path += [r".." + self.JULIA_PATH]
397390

398391
path += [r".." + self.NODEJS_PATH]

0 commit comments

Comments
 (0)
0