From 06f6d918fd2c6fb5b1d6203f8e2f22e7d04a9fee Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 29 Oct 2018 18:28:17 +0200 Subject: Don't bother with the WIP stuff for LibreOfficeLight in this branch LibreOfficeLight is buildable in master. In this branch I am now trying to make it build for the needs of the "Mobile" app in online.git. Change-Id: I08b1ea0ef74dc5384d3b2edb2607d4a4f031469a Signed-off-by: Michael Meeks --- ios/Module_ios.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'ios') diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk index c280713cc198..1425e6076190 100644 --- a/ios/Module_ios.mk +++ b/ios/Module_ios.mk @@ -12,8 +12,6 @@ ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,ios,\ CustomTarget_iOS_setup \ - StaticLibrary_iOSkit \ - CustomTarget_iOS_prelink \ )) -- cgit