3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Fix reading techlibs under emscripten

This commit is contained in:
Robert Ou 2017-11-14 04:08:07 -08:00
parent 93f79299a5
commit bd87462b47

View file

@ -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()