summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-09 12:50:43 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-09 12:56:09 +0200
commit5695281404f144d5f44e98358ff81d7e18d1e3ac (patch)
treecf519d82c0d46be1a028e85c89ba2564eeb3c55d /ios
parent6988b392f3c1a3b0ade2414a58da86f00fad8347 (diff)
TiledLibreOffice works fine with just 'core' and 'writer_core'
Change-Id: I3d1b86a7785baa6b427638b2ddbcfb7ae1f008f3
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_TiledLibreOffice_app.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk
index 95e7fbd5f79a..f92f8cf7118c 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)