mirror of https://github.com/YosysHQ/yosys.git
Fix compile with VisualStudio
This commit is contained in:
parent
72f5836fb1
commit
58f44a1c1b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue