From 247b0a53ab8303883bf42d7685c9e457cbbff0ea Mon Sep 17 00:00:00 2001 From: Aaron Colwell <300262+acolwell@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:00:34 -0700 Subject: [PATCH] Fix Windows installer build by removing libboost DLLs Msys2 has updated to a version of boost that no longer includes the libboost-regex-mt and libboost-system-mt DLLs. This change removes references to these DLLs so that the installer build stops trying to find them and failing. --- tools/jenkins/genDllVersions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/jenkins/genDllVersions.sh b/tools/jenkins/genDllVersions.sh index c366bb79b..4954e2aa7 100755 --- a/tools/jenkins/genDllVersions.sh +++ b/tools/jenkins/genDllVersions.sh @@ -125,9 +125,7 @@ catDll fbclient catDll libass- catDll libbluray- catDll libboost_filesystem-mt -catDll libboost_regex-mt catDll libboost_serialization-mt -catDll libboost_system-mt catDll libboost_thread-mt catDll libbz2- catDll libcaca-