diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-29 12:57:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-29 12:58:18 +0100 |
commit | 20860044c4a8c990a0b734c5a8eb63de4ab03260 (patch) | |
tree | 10984794ae1be1fe46130fbee274ebe01e0c6906 | |
parent | 6906f659a2ef5f57fd71ddd79055b5563aa7ac22 (diff) |
desktop: do not builid crashrep.com if it's not packaged
Change-Id: Ib2c8da0d901a81a41be16ec0c08985f991f1b7ab
-rw-r--r-- | desktop/Module_desktop.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index cfaf0d93ecd9..a10f57e7ddb0 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -56,10 +56,15 @@ endif ifeq ($(OS),WNT) +ifneq ($(ENABLE_CRASHDUMP),) +$(eval $(call gb_Module_add_targets,desktop,\ + Executable_crashrep_com \ +)) +endif + $(eval $(call gb_Module_add_targets,desktop,\ StaticLibrary_winextendloaderenv \ StaticLibrary_winlauncher \ - Executable_crashrep_com \ Executable_quickstart \ Executable_sbase \ Executable_scalc \ |