Skip to content

Commit 06cb82a

Browse files
authored
Add libssl to MSys2 Windows Distribution (cyberbotics#6553)
* add libssl to msys2 distribution on Windows * update changelog * fix typo
1 parent c1978ff commit 06cb82a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/reference/changelog-r2024.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ Released on December **th, 2023.
88
- Improved the image range of the rotating [Lidar](lidar.md) ([#6324](https://github.com/cyberbotics/webots/pull/6324)).
99
- Cleanup
1010
- Removed deprecated `windowPosition`, `pixelSize` fields of [Display](display.md) node ([#6327](https://github.com/cyberbotics/webots/pull/6327)).
11+
- Bug Fixes
12+
- Fixed error message on Windows when `libssl-3-x64.dll` was added to `PATH` ([#6553](https://github.com/cyberbotics/webots/pull/6553)).
13+

scripts/packaging/files_msys64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/mingw64/bin/libpcre2-8-0.dll
1919
/mingw64/bin/libpcre2-16-0.dll
2020
/mingw64/bin/libpng16-16.dll
21+
/mingw64/bin/libssl-3-x64.dll
2122
/mingw64/bin/Qt6Core.dll
2223
/mingw64/bin/Qt6Gui.dll
2324
/mingw64/bin/Qt6Network.dll

0 commit comments

Comments
 (0)