Skip to content

Commit e2cc89b

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 0a9ff94 + 3404183 commit e2cc89b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ else
165165
HOST_SYS= Windows
166166
HOST_MSYS= mingw
167167
endif
168+
ifneq (,$(findstring MSYS,$(HOST_SYS)))
169+
HOST_SYS= Windows
170+
HOST_MSYS= mingw
171+
endif
168172
ifneq (,$(findstring CYGWIN,$(HOST_SYS)))
169173
HOST_SYS= Windows
170174
HOST_MSYS= cygwin

0 commit comments

Comments
 (0)