fix windows build

This commit is contained in:
MihailRis 2025-04-07 20:30:44 +03:00
parent 8ae385e6e8
commit 6bdf7c9719

View File

@ -45,7 +45,7 @@ static bool perform_keyword(
} else if (keyword == "--output-always") {
config.outputAlways = true;
} else if (keyword == "--memchecker") {
config.memchecker = fs::path(reader.next());
config.memchecker = reader.next();
} else {
std::cerr << "unknown argument " << keyword << std::endl;
return false;