mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
fix Android library build regression for non-Windows platforms
This commit is contained in:
parent
d5504d8f58
commit
8ac1f68a79
4
makefile
4
makefile
@ -192,9 +192,9 @@ ifneq ($(android),)
|
||||
platform-lflags := -lgdi32
|
||||
else
|
||||
android-cflags += -fPIC -DHAVE_SYS_UIO_H
|
||||
icu-libs := $(android)/icu4c/lib/icui18n.a \
|
||||
icu-libs := $(android)/icu4c/lib/libicui18n.a \
|
||||
$(android)/icu4c/lib/libicuuc.a \
|
||||
$(android)/icu4c/lib/libicudat.a
|
||||
$(android)/icu4c/lib/libicudata.a
|
||||
endif
|
||||
|
||||
classpath-lflags := \
|
||||
|
Loading…
Reference in New Issue
Block a user