Kaydet (Commit) e0e989ef authored tarafından David Tardon's avatar David Tardon

better way to do this

Change-Id: I4a18927f2c9b6414134e5ea016121693ac47ecf9
(cherry picked from commit b46276e6)
Signed-off-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 81ae40bf
...@@ -87,7 +87,11 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) : ...@@ -87,7 +87,11 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) :
MDDS_LIBS=' ' \ MDDS_LIBS=' ' \
MAKE=$(MAKE) ./configure \ MAKE=$(MAKE) ./configure \
--with-pic \ --with-pic \
$(if $(filter IOS ANDROID,$(OS)), --disable-shared --enable-static, --enable-shared --disable-static) \ $(if $(DISABLE_DYNLOADING), \
--enable-static --disable-shared \
, \
--enable-shared --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