[Libreoffice-commits] core.git: ios/CustomTarget_TiledLibreOffice_app.mk

Tor Lillqvist tml at collabora.com
Thu Jan 9 02:56:43 PST 2014


 ios/CustomTarget_TiledLibreOffice_app.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5695281404f144d5f44e98358ff81d7e18d1e3ac
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jan 9 12:50:43 2014 +0200

    TiledLibreOffice works fine with just 'core' and 'writer_core'
    
    Change-Id: I3d1b86a7785baa6b427638b2ddbcfb7ae1f008f3

diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk
index 95e7fbd..f92f8cf 100644
--- a/ios/CustomTarget_TiledLibreOffice_app.mk
+++ b/ios/CustomTarget_TiledLibreOffice_app.mk
@@ -29,7 +29,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,ios/TiledLibreOffice))
 $(call gb_CustomTarget_get_target,ios/TiledLibreOffice): $(call gb_CustomTarget_get_target,ios/Lo_Xcconfig) TiledLibreOffice_setup
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2)
 	$(SRCDIR)/solenv/bin/native-code.py \
-		-g extended_core -g writer \
+		-g core -g writer_core \
 		> $(SRCDIR)/ios/experimental/TiledLibreOffice/TiledLibreOffice/native-code.mm
 	$(call TiledLibreOfficeXcodeBuild, clean build)
 


More information about the Libreoffice-commits mailing list