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 -1
View File
@@ -244,7 +244,7 @@ It is also possible to compile a host application for yabridge that's compatible
with 32-bit plugins such as old SynthEdit plugins. This will allow yabridge to
act as a bitbirdge, allowing you to run old 32-bit only Windows VST2 plugins in
a modern 64-bit Linux VST host. For this you'll need to have installed the 32
bit version of the XCB library. This can then be set up as follows:
bit versions of the Boost and XCB libraries. This can then be set up as follows:
```shell
# Enable the bitbridge on an existing build