mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Fixes for MXE build
This commit is contained in:
parent
c3f6e0ea85
commit
f103bfb9ba
3 changed files with 10 additions and 10 deletions
|
@ -91,9 +91,9 @@
|
|||
# define mkdir _mkdir
|
||||
# define popen _popen
|
||||
# define pclose _pclose
|
||||
# define PATH_MAX MAX_PATH
|
||||
|
||||
# ifndef __MINGW32__
|
||||
# define PATH_MAX MAX_PATH
|
||||
# define isatty _isatty
|
||||
# define fileno _fileno
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue