mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
further clarify that Msys2 is a fork of Cygwin
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user