mirror of https://github.com/YosysHQ/yosys.git
Fix reading techlibs under emscripten
This commit is contained in:
parent
93f79299a5
commit
bd87462b47
|
@ -739,7 +739,7 @@ std::string proc_self_dirname()
|
||||||
#ifdef EMSCRIPTEN
|
#ifdef EMSCRIPTEN
|
||||||
std::string proc_share_dirname()
|
std::string proc_share_dirname()
|
||||||
{
|
{
|
||||||
return "/share";
|
return "/share/";
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
std::string proc_share_dirname()
|
std::string proc_share_dirname()
|
||||||
|
|
Loading…
Reference in New Issue