Remove the with- prefix from the build options

This commit is contained in:
Robbert van der Helm
2022-04-16 21:13:46 +02:00
parent 68b9e0f0f3
commit 470f4dfaaa
6 changed files with 22 additions and 21 deletions
+3 -3
View File
@@ -77,9 +77,9 @@ class HostProcess {
* environment variables for the Wine prefix the plugin is in, setting up
* pipes or files for STDIO redirection, closing file descriptors to prevent
* leaks, and wrapping all of that in a terminal process running winedbg if
* we're compiling with `-Dwith-winedbg=true`. Keep in mind that winedbg
* does not handle arguments containing spaces, so most Windows paths will
* be split up into multiple arguments.
* we're compiling with `-Dwinedbg=true`. Keep in mind that winedbg does not
* handle arguments containing spaces, so most Windows paths will be split
* up into multiple arguments.
*
* @param logger The `Logger` instance the redirected STDIO streams will be
* written to.