mirror of
https://github.com/corda/corda.git
synced 2025-01-17 02:09:50 +00:00
Fixed CFLAGS for Android classpath under MinGW
This commit is contained in:
parent
62dc65e0e4
commit
e83ed4b454
2
makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user