summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Module_desktop.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 267cc2c57fbd..ed2c1fe51799 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -68,12 +68,17 @@ $(eval $(call gb_Module_add_targets,desktop,\
Pagein_impress \
Pagein_writer \
))
+
+ifneq ($(OS),MACOSX)
+ifneq ($(OS),WNT)
ifneq ($(JITC_PROCESSOR_TYPE_EXPORT),)
$(eval $(call gb_Module_add_targets,desktop,\
Package_soffice_sh \
))
endif
endif
+endif
+endif
ifeq ($(OS),WNT)