Kaydet (Commit) 0aed9cbb authored tarafından Miklos Vajna's avatar Miklos Vajna

liborcus: still build statically on Android

Change-Id: Ieeb5180ea7f96cb08d06bf895bd2a6ffc6c1cef0
üst d79fa4ee
...@@ -87,8 +87,7 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) : ...@@ -87,8 +87,7 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) :
MDDS_LIBS=' ' \ MDDS_LIBS=' ' \
MAKE=$(MAKE) ./configure \ MAKE=$(MAKE) ./configure \
--with-pic \ --with-pic \
--enable-shared \ $(if $(filter IOS ANDROID,$(OS)), --disable-shared --enable-static, --enable-shared --disable-static) \
--disable-static \
$(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \ $(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \
--disable-spreadsheet-model \ --disable-spreadsheet-model \
--without-tools \ --without-tools \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment