diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-01 18:39:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-01 18:39:01 +0200 |
commit | 12603f99db2e0bb3412ba7868a9ab25dfb88f001 (patch) | |
tree | 46350f8fd7b57924128d5b763ea22e568645eab8 /ios | |
parent | cec169709529abdadaeb22467abdbd83fb636ea6 (diff) |
Use the same parameters to native-code.py as in TiledLibreOffice
Change-Id: If3c95562e292cb44bf9eb2de39dc66100a6fd066
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_MobileLibreOffice_app.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_MobileLibreOffice_app.mk b/ios/CustomTarget_MobileLibreOffice_app.mk index 997ad10cbbcd..25b044d038d7 100644 --- a/ios/CustomTarget_MobileLibreOffice_app.mk +++ b/ios/CustomTarget_MobileLibreOffice_app.mk @@ -34,8 +34,8 @@ $(call gb_CustomTarget_get_target,ios/MobileLibreOffice): $(call gb_CustomTarget #============================================================================== $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2) $(SRCDIR)/solenv/bin/native-code.py \ - -g core -g writer_core \ - -s i18nsearch -s uui \ + -g extended_core -g writer \ + -s cui -s spl -s uui \ > $(SRCDIR)/ios/shared/ios_sharedlo/cxx/native-code.mm $(call MobileLibreOfficeXcodeBuild, clean build) |