mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-19 13:45:48 +00:00
Bump abc for multi-threading
This commit is contained in:
commit
045e7a83c8
6 changed files with 711 additions and 198 deletions
|
|
@ -179,7 +179,7 @@ int run_command(const std::string &command, std::function<void(const std::string
|
|||
|
||||
int ret = pclose(f);
|
||||
if (ret < 0)
|
||||
return -1;
|
||||
return -2;
|
||||
#ifdef _WIN32
|
||||
return ret;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue