Revert "Don't link the winelibs with libboost_filesystem"

This reverts commit e728dbe5a2.

`std::filesystem` is broken on wineg++, at least with Wine 5.8. Any path
operations will throw a `std::filesystem::__cxx11::filesystem_error`:

  what():  filesystem error: Cannot convert character sequence: Invalid or incomplete multibyte or wide character
This commit is contained in:
Robbert van der Helm
2020-05-17 16:36:09 +02:00
parent 2f39650322
commit 4e80e23cc0
3 changed files with 12 additions and 5 deletions
-1
View File
@@ -11,7 +11,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- Changed architecture to use one less socket.
- Removed dependency on 32-bit Boost.Filesystem.
### Fixed