3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge branch 'YosysHQ:main' into master

This commit is contained in:
Akash Levy 2024-07-18 00:10:20 -07:00 committed by GitHub
commit a42f4dbedb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 116 additions and 107 deletions

View file

@ -970,7 +970,7 @@ std::string proc_self_dirname()
{
return "/";
}
#elif defined(__OpenBSD__)
#elif defined(__OpenBSD__) || defined(__HAIKU__)
char yosys_path[PATH_MAX];
char *yosys_argv0;