From ceda5f12c49a7fddbd93fa2f102fd089871c723d Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 23 Jun 2011 17:26:42 +0200 Subject: win32: do not use -mno-cygwin when building This option is no longer necessary, nor is it supported by recent versions of Cygwin and/or i586-mingw32msvc-gcc. Change-Id: Ie34481b60bfc3c1ced3e1ba09c4c935a7867e96d --- Makefile.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index 4139226..735697c 100644 --- a/Makefile.android +++ b/Makefile.android @@ -55,7 +55,7 @@ ifeq ($(HOST_OS),freebsd) endif ifeq ($(HOST_OS),windows) - MY_CFLAGS += -D_WIN32 -mno-cygwin + MY_CFLAGS += -D_WIN32 # we need Win32 features that are available since Windows 2000 Professional/Server (NT 5.0) MY_CFLAGS += -DWINVER=0x501 endif -- cgit v1.1