summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-27 09:20:41 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-28 10:32:04 +0200
commit328d747821c937508b3464567e2eb1b68205765a (patch)
tree268ba3d49861e56b6cdae4beb747dc4b1062c346 /ios
parentSAL_OVERRIDE, vclplug warnings_not_errors redux (diff)
downloadcore-328d747821c937508b3464567e2eb1b68205765a.tar.gz
core-328d747821c937508b3464567e2eb1b68205765a.zip
Bypass also the MobileLibreOffice thing for now
It seems abandoned and hasn't work since we switched to tiled rendering anyway. And the need for the special single tile at a time rendering test mode is mostly gone now, when tiled rendering can be tested with the TiledLibreOffice app, I think. So no need to slow down a "make" by building the MobileLibreOffice app, too. Change-Id: I7b0afd3b35ff2ed0fb72f2c150abb25548a5546d
Diffstat (limited to 'ios')
-rw-r--r--ios/Module_ios.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index c23202a4ac56..ead3b7507939 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -13,7 +13,6 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
CustomTarget_Lo_Xcconfig \
CustomTarget_TiledLibreOffice_app \
- CustomTarget_MobileLibreOffice_app \
))
endif