Fix reading techlibs under emscripten
authorRobert Ou <rqou@robertou.com>
Tue, 14 Nov 2017 12:08:07 +0000 (04:08 -0800)
committerRobert Ou <rqou@robertou.com>
Sat, 19 May 2018 05:42:33 +0000 (22:42 -0700)
kernel/yosys.cc

index aa5901271965a447d096406f332ece9355d366e8..750a154e633654cacc1ed9e6749c1842de56ddb3 100644 (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()