From 0d31873dc1f40963b70a3840537e9c25bec7cff0 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Tue, 19 Jan 2016 10:47:01 +0100 Subject: Build the LibreOfficeKit bits also on Windows Change-Id: Ibbd5e50ffeeb061a30d6f0f09a393a67ba67421e Reviewed-on: https://gerrit.libreoffice.org/21598 Tested-by: Jenkins Reviewed-by: Oliver Specht --- desktop/Library_sofficeapp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk index 6062da8ee892..9be7c2dcb3bb 100644 --- a/desktop/Library_sofficeapp.mk +++ b/desktop/Library_sofficeapp.mk @@ -117,7 +117,7 @@ endif endif # LibreOfficeKit bits -ifneq ($(filter $(OS),ANDROID IOS MACOSX),) +ifneq ($(filter $(OS),ANDROID IOS MACOSX WNT),) $(eval $(call gb_Library_add_exception_objects,sofficeapp,\ desktop/source/lib/init \ desktop/source/lib/lokinteractionhandler \ -- cgit