]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Use new vcpkg libffi dll name ffi-8.dll (#1237)
authorWolfgang Stöggl <c72578@yahoo.de>
Sun, 22 Oct 2023 11:52:56 +0000 (13:52 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 11:52:56 +0000 (13:52 +0200)
vcpkg has been updated to 2023.10.19 Release, commit 8eb5735 in #1235.
The name of libffi.dll has changed to ffi-8.dll.

- Update `collect_rrdtool_vcpkg_files.bat`, which is used by the
  `release-windows.yml` GitHub Action:
  libffi.dll -> ffi-8.dll

win32/collect_rrdtool_vcpkg_files.bat

index d4a5ef9f6ceac39da863c1e6300e6bb213abe646..c668d23ff0565d0ad7ef703540e00d95efd5e169 100644 (file)
@@ -43,7 +43,7 @@ xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\brotlidec.dll %release_dir
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\bz2.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\cairo-2.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\libexpat.dll %release_dir%\r
-xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\libffi.dll %release_dir%\r
+xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\ffi-8.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\fontconfig-1.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\freetype.dll %release_dir%\r
 xcopy /Y /D %base_dir%\vcpkg\installed\%1-windows\bin\fribidi-0.dll %release_dir%\r