mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fix reading techlibs under emscripten
This commit is contained in:
parent
93f79299a5
commit
bd87462b47
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ std::string proc_self_dirname()
|
|||
#ifdef EMSCRIPTEN
|
||||
std::string proc_share_dirname()
|
||||
{
|
||||
return "/share";
|
||||
return "/share/";
|
||||
}
|
||||
#else
|
||||
std::string proc_share_dirname()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue