1
0
mirror of synced 2026-05-03 06:40:15 +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()