From e83ed4b454c1d59444030f542e80bf46a77a7008 Mon Sep 17 00:00:00 2001 From: Vasily Litvinov Date: Tue, 2 Sep 2014 00:20:38 +0400 Subject: [PATCH] Fixed CFLAGS for Android classpath under MinGW --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 653e906650..5f25a10289 100755 --- a/makefile +++ b/makefile @@ -266,7 +266,7 @@ ifneq ($(android),) crypto-cpps := $(crypto-native)/org_conscrypt_NativeCrypto.cpp ifeq ($(platform),windows) - android-cflags += -D__STDC_CONSTANT_MACROS -DHAVE_WIN32_FILEMAP + android-cflags += -D__STDC_CONSTANT_MACROS -DHAVE_WIN32_FILEMAP -D__STDC_FORMAT_MACROS blacklist = $(luni-native)/java_io_Console.cpp \ $(luni-native)/java_lang_ProcessManager.cpp