mirror of https://github.com/YosysHQ/abc.git
Fix mingw compilation
This commit is contained in:
parent
5ecc7c333c
commit
f2d68d590f
|
|
@ -1,6 +1,6 @@
|
|||
#include "colors.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(WIN32) && !defined(__MINGW32__)
|
||||
#define isatty _isatty
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue