Kaydet (Commit) a775bfb9 authored tarafından Andras Timar's avatar Andras Timar

Don't build ui-previewer in the App Store case

Change-Id: I25ca4b8672702095cc04723bc9c6bdf01a06382f
üst d0370811
......@@ -27,8 +27,9 @@ $(eval $(call gb_Module_add_targets,vcl,\
Package_opengl_blacklist ) \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
StaticLibrary_vclmain \
$(if $(ENABLE_HEADLESS),, \
Executable_ui-previewer) \
$(if $(ENABLE_MACOSX_SANDBOX),, \
$(if $(ENABLE_HEADLESS),, \
Executable_ui-previewer)) \
$(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \
Executable_outdevgrind \
$(if $(ENABLE_HEADLESS),, \
......
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