3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-05 16:40:53 +00:00

Fix compile with VisualStudio

This commit is contained in:
Miodrag Milanovic 2026-06-04 12:25:41 +02:00
parent 72f5836fb1
commit 58f44a1c1b

View file

@ -948,7 +948,7 @@ struct HelpPass : public Pass {
cmd_help.group = "frontends";
else if (has_source) {
if (source_path.has_parent_path() && !no_source_group)
cmd_help.group = source_path.parent_path();
cmd_help.group = source_path.parent_path().string();
}
// implicit !has_source
else if (name.find("equiv") == 0)