From 2fb6562be2ca24424dcd8ba1832fd106fd9dfb99 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 3 Feb 2015 10:22:10 +0100 Subject: Build the applicable LibreOfficeKit bits for iOS, too Change-Id: Ib6b4f7d5323ea7e94c7b535c68bb6e0af2c49ffa --- desktop/Library_sofficeapp.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'desktop') diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk index ee92f7a845ce..1f4eb1f015b9 100644 --- a/desktop/Library_sofficeapp.mk +++ b/desktop/Library_sofficeapp.mk @@ -106,11 +106,12 @@ $(eval $(call gb_Library_add_libs,sofficeapp,\ )) endif -# liblibreoffice bits -ifeq ($(OS),ANDROID) +# LibreOfficeKit bits +ifneq ($(filter $(OS),ANDROID IOS),) $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ - desktop/source/lib/lokandroid \ + $(if $(filter $(OS),ANDROID), \ + desktop/source/lib/lokandroid) \ )) else ifeq ($(GUIBASE),unx) -- cgit