libcurl gets built as a static library on Android

This commit is contained in:
Tor Lillqvist 2011-07-04 23:45:35 +03:00
parent 201cc04ef0
commit d9919783b2

View file

@ -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