Kaydet (Commit) f4092cb7 authored tarafından David Tardon's avatar David Tardon

do not build on macosx and win

üst 1f628c7b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment