mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Fix android makefile
This commit is contained in:
parent
62104e843c
commit
8da990f593
2
makefile
2
makefile
@ -365,7 +365,7 @@ ifeq ($(platform),android)
|
||||
endif
|
||||
|
||||
build-cflags = $(common-cflags) -I$(src)
|
||||
build-lflags = -lz -lpthread
|
||||
#build-lflags = -lz -lpthread -ldl
|
||||
ifeq ($(subst cygwin,windows,$(subst mingw32,windows,$(build-platform))),windows)
|
||||
toolchain-host-platform = $(subst cygwin,windows,$(subst mingw32,windows,$(build-platform)))
|
||||
build-system = windows
|
||||
|
Loading…
Reference in New Issue
Block a user