Kaydet (Commit) 5bd6a511 authored tarafından Michael Stahl's avatar Michael Stahl

sysui: no point in trying to build .desktops and RPMs on Mac

Change-Id: I0b5b88ea381f1cbff7d645ef5b48a542411ef7a5
üst d213d507
......@@ -10,6 +10,7 @@
$(eval $(call gb_Module_Module,sysui))
ifneq ($(OS),WNT)
ifneq ($(OS),MACOSX)
$(eval $(call gb_Module_add_targets,sysui,\
CustomTarget_share \
CustomTarget_slackware \
......@@ -20,7 +21,7 @@ $(eval $(call gb_Module_add_targets,sysui,\
$(if $(filter SOLARIS,$(OS)),CustomTarget_solaris) \
))
ifeq ($(OS),MACOSX)
else # OS=MACOSX
$(eval $(call gb_Module_add_targets,sysui,\
Package_osxicons \
CustomTarget_infoplist \
......
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