Merge pull request #96 from iahung2/master

This commit is contained in:
Landon Curt Noll
2023-08-18 14:38:42 -07:00
committed by GitHub

View File

@@ -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 -=-=-=-=-=-=-=-=-#