diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-05-23 10:08:55 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-05-23 10:11:08 +0100 |
commit | 5814148eaebc5e443722376480b8c56e15597a0e (patch) | |
tree | 981ffa7fd8d3b5747ed6a03572f6e9af78ac8649 /desktop | |
parent | 07dd5958fafc6b92503aed82854b4292366d543b (diff) |
Build the LibreOfficeKit bits for OS X, too
Change-Id: I43013ffc27ba21f65fd1372533dd665894e5c008
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_sofficeapp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk index 91c7a51abf1e..d3ca8d0eb1f2 100644 --- a/desktop/Library_sofficeapp.mk +++ b/desktop/Library_sofficeapp.mk @@ -110,7 +110,7 @@ endif endif # LibreOfficeKit bits -ifneq ($(filter $(OS),ANDROID IOS),) +ifneq ($(filter $(OS),ANDROID IOS MACOSX),) $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ $(if $(filter $(OS),ANDROID), \ |