Fix reading techlibs under emscripten

This commit is contained in:
Robert Ou 2017-11-14 04:08:07 -08:00
parent 93f79299a5
commit bd87462b47
1 changed files with 1 additions and 1 deletions

View File

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