mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Update Makefile.config
Fix build on MSYS2 (MSYS)
This commit is contained in:
@@ -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 -=-=-=-=-=-=-=-=-#
|
||||
|
Reference in New Issue
Block a user