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 b026d86 commit ac67d8eCopy full SHA for ac67d8e
recipe/bld.bat
@@ -41,9 +41,9 @@ if errorlevel 1 exit 1
41
42
set dep_dir=%LIBRARY_BIN%
43
%PYTHON% %RECIPE_DIR%\fix_windows_wheel.py ^
44
- %dep_dir%\mpir.dll ^
45
- %dep_dir%\mpfr.dll ^
46
- %dep_dir%\mpc.dll ^
+ %dep_dir%\libgmp-10.dll ^
+ %dep_dir%\libmpfr-6.dll ^
+ %dep_dir%\libmpc-3.dll ^
47
%dep_dir%\flint-19.dll ^
48
%dep_dir%\libwinpthread-1.dll ^
49
%dep_dir%\zstd.dll ^
0 commit comments