mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Makefile fix for new ICU4C on Windows
This commit is contained in:
parent
e83ed4b454
commit
5e08230ff2
4
makefile
4
makefile
@ -270,8 +270,8 @@ ifneq ($(android),)
|
||||
blacklist = $(luni-native)/java_io_Console.cpp \
|
||||
$(luni-native)/java_lang_ProcessManager.cpp
|
||||
|
||||
icu-libs := $(android)/external/icu4c/lib/sicuin.a \
|
||||
$(android)/external/icu4c/lib/sicuuc.a \
|
||||
icu-libs := $(android)/external/icu4c/lib/libsicuin.a \
|
||||
$(android)/external/icu4c/lib/libsicuuc.a \
|
||||
$(android)/external/icu4c/lib/sicudt.a
|
||||
platform-lflags := -lgdi32 -lshlwapi -lwsock32
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user