mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fix Cygwin build and document needed packages
This commit is contained in:
parent
592a82c0ad
commit
c5e9034834
3 changed files with 14 additions and 1 deletions
|
@ -166,7 +166,7 @@ std::string vstringf(const char *fmt, va_list ap)
|
|||
std::string string;
|
||||
char *str = NULL;
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32 )|| defined(__CYGWIN__)
|
||||
int sz = 64, rc;
|
||||
while (1) {
|
||||
va_list apc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue