We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a9da6 commit f41ee62Copy full SHA for f41ee62
make.py
@@ -680,6 +680,10 @@ def _create_batch_scripts(self):
680
IF "%WINPYXX%"=="27" set WINPYSPEC=specs90
681
682
cd %WINPYDIR%
683
+
684
+if not exist ..\tools\mingw32 echo no_mingw_in_tools
685
+if not exist ..\tools\mingw32 goto no_mingw_in_tools
686
687
copy /Y ..\tools\mingw32\%BASEMINGW%\lib\%WINPYMSVCR% libs\%WINPYMSVCR%
688
689
REM copy the right version of gcc
@@ -695,6 +699,9 @@ def _create_batch_scripts(self):
695
699
..\tools\mingw32\bin\dlltool -D python%WINPYXX%.dll -d python%WINPYXX%.def -l libpython%WINPYXX%.dll.a
696
700
move /Y libpython%WINPYXX%.dll.a libs
697
701
del python%WINPYXX%.def
702
703
+:no_mingw_in_tools
704
698
705
"""
706
707
self.create_batch_script('Find_And_replace.vbs', r"""
0 commit comments