mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 16:33:55 +02:00
Fix the winedbg support after 0b9a16c
This commit is contained in:
@@ -82,7 +82,7 @@ IndividualHost::IndividualHost(boost::asio::io_context& io_context,
|
|||||||
std::to_string(getpid()),
|
std::to_string(getpid()),
|
||||||
bp::env = plugin_info.create_host_env())) {
|
bp::env = plugin_info.create_host_env())) {
|
||||||
#ifdef WITH_WINEDBG
|
#ifdef WITH_WINEDBG
|
||||||
if (plugin_info.windows_plugin_path.string().find('"') !=
|
if (plugin_info.windows_plugin_path_.string().find('"') !=
|
||||||
std::string::npos) {
|
std::string::npos) {
|
||||||
logger.log(
|
logger.log(
|
||||||
"Warning: plugin paths containing double quotes won't be properly "
|
"Warning: plugin paths containing double quotes won't be properly "
|
||||||
|
|||||||
Reference in New Issue
Block a user