mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
Added Windows shell API lib for Android classpath
This commit is contained in:
parent
10056734e2
commit
1270cee364
2
makefile
2
makefile
@ -228,7 +228,7 @@ ifneq ($(android),)
|
||||
icu-libs := $(android)/external/icu4c/lib/sicuin.a \
|
||||
$(android)/external/icu4c/lib/sicuuc.a \
|
||||
$(android)/external/icu4c/lib/sicudt.a
|
||||
platform-lflags := -lgdi32
|
||||
platform-lflags := -lgdi32 -lshlwapi -lwsock32
|
||||
else
|
||||
android-cflags += -fPIC -DHAVE_SYS_UIO_H
|
||||
icu-libs := $(android)/external/icu4c/lib/libicui18n.a \
|
||||
|
Loading…
Reference in New Issue
Block a user