further clarify that Msys2 is a fork of Cygwin

This commit is contained in:
Landon Curt Noll
2023-08-18 16:28:31 -07:00
parent 96f925bede
commit 7ad1448a1a
3 changed files with 10 additions and 2 deletions

View File

@@ -99,12 +99,13 @@ endif # ($(target),Darwin)
# If you are using Cygwin with MinGW64 packages
# then we will also need to use the Cygwin runtime enviroment
# and the calc Cygwin make target.
##
#
ifeq ($(OSNAME),Cygwin)
target:= Cygwin
endif # ($(OSNAME),Cygwin)
# MSYS2 (MSYS) is a fork of Cygwin
#
ifeq ($(OSNAME),Msys)
target:= Cygwin
endif # ($(OSNAME),Msys)