Skip to content

Commit ac67d8e

Browse files
committed
fix dll names
1 parent b026d86 commit ac67d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipe/bld.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ if errorlevel 1 exit 1
4141

4242
set dep_dir=%LIBRARY_BIN%
4343
%PYTHON% %RECIPE_DIR%\fix_windows_wheel.py ^
44-
%dep_dir%\mpir.dll ^
45-
%dep_dir%\mpfr.dll ^
46-
%dep_dir%\mpc.dll ^
44+
%dep_dir%\libgmp-10.dll ^
45+
%dep_dir%\libmpfr-6.dll ^
46+
%dep_dir%\libmpc-3.dll ^
4747
%dep_dir%\flint-19.dll ^
4848
%dep_dir%\libwinpthread-1.dll ^
4949
%dep_dir%\zstd.dll ^

0 commit comments

Comments
 (0)