Detect msys by OSTYPE as well
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
ifeq ($(TERM),msys)
|
||||
MSYS=true
|
||||
else
|
||||
ifeq ($(OSTYPE),msys)
|
||||
MSYS=true
|
||||
endif
|
||||
endif
|
||||
|
||||
TOP=..
|
||||
SHORTTARGET=ged
|
||||
TARGET=golded3
|
||||
@@ -14,7 +22,7 @@ ifeq ($(TERM),cygwin)
|
||||
STDLIBS=-luser32 -lwinmm
|
||||
GLIBS+=glibc
|
||||
else
|
||||
ifeq ($(TERM),msys)
|
||||
ifdef MSYS
|
||||
STDLIBS=-luser32 -lwinmm
|
||||
GLIBS+=glibc
|
||||
endif
|
||||
|
Reference in New Issue
Block a user