diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-02-03 10:22:10 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-02-03 10:28:50 +0100 |
commit | 2fb6562be2ca24424dcd8ba1832fd106fd9dfb99 (patch) | |
tree | bd2ee0fe5abd83f9a76cbc198440ca668d5ac99f /desktop | |
parent | f70467ab48397e31db39daf946f092f9aec732cd (diff) |
Build the applicable LibreOfficeKit bits for iOS, too
Change-Id: Ib6b4f7d5323ea7e94c7b535c68bb6e0af2c49ffa
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_sofficeapp.mk | 7 |
1 files changed, 4 insertions, 3 deletions
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) |