From 12603f99db2e0bb3412ba7868a9ab25dfb88f001 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 1 Jan 2014 18:39:01 +0200 Subject: Use the same parameters to native-code.py as in TiledLibreOffice Change-Id: If3c95562e292cb44bf9eb2de39dc66100a6fd066 --- ios/CustomTarget_MobileLibreOffice_app.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ios') 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) -- cgit