mirror of
https://github.com/corda/corda.git
synced 2025-06-05 00:50:52 +00:00
Small fix for Android Classpath on MacOS
This commit is contained in:
parent
58cbf5face
commit
f2493650d5
3
makefile
3
makefile
@ -240,6 +240,9 @@ ifneq ($(android),)
|
|||||||
-DSTATIC_LIB \
|
-DSTATIC_LIB \
|
||||||
-g3 \
|
-g3 \
|
||||||
-Werror
|
-Werror
|
||||||
|
ifeq ($(platform),macosx)
|
||||||
|
android-cflags += -Doff64_t=off_t -Dlseek64=lseek
|
||||||
|
endif
|
||||||
|
|
||||||
luni-cpps := $(shell find $(luni-native) -name '*.cpp')
|
luni-cpps := $(shell find $(luni-native) -name '*.cpp')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user