Skip to content

Commit

Permalink
Add libssl to MSys2 Windows Distribution (cyberbotics#6553)
Browse files Browse the repository at this point in the history
* add libssl to msys2 distribution on Windows

* update changelog

* fix typo
  • Loading branch information
CoolSpy3 committed May 29, 2024
1 parent c1978ff commit 06cb82a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/changelog-r2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Released on December **th, 2023.
- Improved the image range of the rotating [Lidar](lidar.md) ([#6324](https://github.com/cyberbotics/webots/pull/6324)).
- Cleanup
- Removed deprecated `windowPosition`, `pixelSize` fields of [Display](display.md) node ([#6327](https://github.com/cyberbotics/webots/pull/6327)).
- Bug Fixes
- Fixed error message on Windows when `libssl-3-x64.dll` was added to `PATH` ([#6553](https://github.com/cyberbotics/webots/pull/6553)).

1 change: 1 addition & 0 deletions scripts/packaging/files_msys64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/mingw64/bin/libpcre2-8-0.dll
/mingw64/bin/libpcre2-16-0.dll
/mingw64/bin/libpng16-16.dll
/mingw64/bin/libssl-3-x64.dll
/mingw64/bin/Qt6Core.dll
/mingw64/bin/Qt6Gui.dll
/mingw64/bin/Qt6Network.dll
Expand Down

0 comments on commit 06cb82a

Please sign in to comment.