diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-05-07 10:53:18 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-05-07 10:53:18 +0200 |
commit | f103bfb9baddcd5ff16e610bc314c3de9eb3d526 (patch) | |
tree | 14bbe962ab6e3e11727848298fd138d0b1fa27e0 /kernel/yosys.h | |
parent | c3f6e0ea851b90b11671015f2bb472c857f0e2d9 (diff) | |
download | yosys-f103bfb9baddcd5ff16e610bc314c3de9eb3d526.tar.gz yosys-f103bfb9baddcd5ff16e610bc314c3de9eb3d526.tar.bz2 yosys-f103bfb9baddcd5ff16e610bc314c3de9eb3d526.zip |
Fixes for MXE build
Diffstat (limited to 'kernel/yosys.h')
-rw-r--r-- | kernel/yosys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index c8bc46b65..cc15ca47c 100644 --- a/kernel/yosys.h +++ b/kernel/yosys.h @@ -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 |