mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-06 00:50:57 +00:00
Fix compile with VisualStudio
This commit is contained in:
parent
72f5836fb1
commit
58f44a1c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue