mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 15:42:32 +00:00
Merge remote-tracking branch 'upstream' into merge3
This commit is contained in:
commit
3783a820ee
655 changed files with 11031 additions and 9437 deletions
|
|
@ -553,7 +553,7 @@ std::string proc_self_dirname()
|
|||
shortpath[--i] = 0;
|
||||
return shortpath;
|
||||
}
|
||||
#elif defined(EMSCRIPTEN) || defined(__wasm)
|
||||
#elif defined(__wasm)
|
||||
std::string proc_self_dirname()
|
||||
{
|
||||
return "/";
|
||||
|
|
@ -591,7 +591,7 @@ std::string proc_self_dirname(void)
|
|||
#error "Don't know how to determine process executable base path!"
|
||||
#endif
|
||||
|
||||
#if defined(EMSCRIPTEN) || defined(__wasm)
|
||||
#if defined(__wasm)
|
||||
void init_share_dirname()
|
||||
{
|
||||
yosys_share_dirname = "/share/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue