aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-05-07 10:53:18 +0200
committerClifford Wolf <clifford@clifford.at>2016-05-07 10:53:18 +0200
commitf103bfb9baddcd5ff16e610bc314c3de9eb3d526 (patch)
tree14bbe962ab6e3e11727848298fd138d0b1fa27e0 /kernel/yosys.h
parentc3f6e0ea851b90b11671015f2bb472c857f0e2d9 (diff)
downloadyosys-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.h2
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