(svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They were missing in the autodetected makefile.config
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
ifdef WINDIR
|
ifdef WINDIR
|
||||||
ifndef UNIX
|
ifndef UNIX
|
||||||
WIN32:=1
|
WIN32:=1
|
||||||
|
CYGWIN:=1
|
||||||
|
MINGW:=1
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
UNIX:=1
|
UNIX:=1
|
||||||
|
Reference in New Issue
Block a user