diff --git a/Makefile.config b/Makefile.config index 1e768d7..f4d9b92 100644 --- a/Makefile.config +++ b/Makefile.config @@ -104,6 +104,11 @@ ifeq ($(OSNAME),Cygwin) target:= Cygwin endif # ($(OSNAME),Cygwin) +# MSYS2 (MSYS) is a fork of Cygwin +ifeq ($(OSNAME),Msys) +target:= Cygwin +endif # ($(OSNAME),Msys) + ############################################################################## #-=-=-=-=-=-=-=-=- You may want to change some values below -=-=-=-=-=-=-=-=-#