diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 24e8c0e0..962aa946 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -165,6 +165,10 @@ else | |||
165 | HOST_SYS= Windows | 165 | HOST_SYS= Windows |
166 | HOST_MSYS= mingw | 166 | HOST_MSYS= mingw |
167 | endif | 167 | endif |
168 | ifneq (,$(findstring MSYS,$(HOST_SYS))) | ||
169 | HOST_SYS= Windows | ||
170 | HOST_MSYS= mingw | ||
171 | endif | ||
168 | ifneq (,$(findstring CYGWIN,$(HOST_SYS))) | 172 | ifneq (,$(findstring CYGWIN,$(HOST_SYS))) |
169 | HOST_SYS= Windows | 173 | HOST_SYS= Windows |
170 | HOST_MSYS= cygwin | 174 | HOST_MSYS= cygwin |