Skip to content

Commit

Permalink
Fix Windows installer build by removing libboost DLLs (NatronGitHub#1003
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
acolwell authored Oct 2, 2024
1 parent 06eb9bb commit f7a0345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/jenkins/genDllVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit f7a0345

Please sign in to comment.