projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f7929
)
Fix reading techlibs under emscripten
author
Robert Ou
<rqou@robertou.com>
Tue, 14 Nov 2017 12:08:07 +0000
(
04:08
-0800)
committer
Robert Ou
<rqou@robertou.com>
Sat, 19 May 2018 05:42:33 +0000
(22:42 -0700)
kernel/yosys.cc
patch
|
blob
|
history
diff --git
a/kernel/yosys.cc
b/kernel/yosys.cc
index aa5901271965a447d096406f332ece9355d366e8..750a154e633654cacc1ed9e6749c1842de56ddb3 100644
(file)
--- a/
kernel/yosys.cc
+++ b/
kernel/yosys.cc
@@
-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()