mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +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 \
|
blacklist = $(luni-native)/java_io_Console.cpp \
|
||||||
$(luni-native)/java_lang_ProcessManager.cpp
|
$(luni-native)/java_lang_ProcessManager.cpp
|
||||||
|
|
||||||
icu-libs := $(android)/external/icu4c/lib/sicuin.a \
|
icu-libs := $(android)/external/icu4c/lib/libsicuin.a \
|
||||||
$(android)/external/icu4c/lib/sicuuc.a \
|
$(android)/external/icu4c/lib/libsicuuc.a \
|
||||||
$(android)/external/icu4c/lib/sicudt.a
|
$(android)/external/icu4c/lib/sicudt.a
|
||||||
platform-lflags := -lgdi32 -lshlwapi -lwsock32
|
platform-lflags := -lgdi32 -lshlwapi -lwsock32
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user