libcurl gets built as a static library on Android
This commit is contained in:
parent
201cc04ef0
commit
d9919783b2
1 changed files with 11 additions and 0 deletions
|
@ -328,6 +328,17 @@ VCLLIB+=$(ICUUCLIB)
|
||||||
|
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
|
.IF "$(OS)" == "ANDROID"
|
||||||
|
|
||||||
|
# Some of the external libraries get built as static libraries for
|
||||||
|
# Android, mostly by accident, because we haven't bothered fixing up
|
||||||
|
# their configury to realize that it would work to build shared
|
||||||
|
# libraries.
|
||||||
|
|
||||||
|
CURLLIB+=$(ZLIB3RDLIB)
|
||||||
|
|
||||||
|
.ENDIF
|
||||||
|
|
||||||
.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
|
.ELSE # ("$(GUI)"=="UNX" || "$(COM)"=="GCC")
|
||||||
|
|
||||||
ODMA_LIB_LIB=odma_lib.lib
|
ODMA_LIB_LIB=odma_lib.lib
|
||||||
|
|
Loading…
Reference in a new issue