diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Module_desktop.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index 619c060fdf16..430d48fb45ab 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -34,7 +34,7 @@ ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,desktop,\ Executable_soffice_bin \ Executable_unopkg_bin \ - Executable_minidump_upload \ + $(if $(ENABLE_BREAKPAD),Executable_minidump_upload) \ Library_migrationoo2 \ Library_migrationoo3 \ Library_unopkgapp \ |