Kaydet (Commit) 20773c2b authored tarafından Michael Stahl's avatar Michael Stahl

crashrep: fix conditionals: it used to be built in non-pro too

Change-Id: Icf3901024aed39f3b8e280a4fed8244a2b83e80e
üst a64e6f49
...@@ -14,14 +14,14 @@ ifeq ($(ENABLE_CRASHDUMP),TRUE) ...@@ -14,14 +14,14 @@ ifeq ($(ENABLE_CRASHDUMP),TRUE)
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,crashrep,\ $(eval $(call gb_Module_add_targets,crashrep,\
CustomTarget_crashrep_res \ CustomTarget_crashrep_res \
Executable_crashrep \
WinResTarget_crashrep \ WinResTarget_crashrep \
)) ))
else ifneq ($(PRODUCT),) endif # WNT
$(eval $(call gb_Module_add_targets,crashrep,\ $(eval $(call gb_Module_add_targets,crashrep,\
Executable_crashrep \ Executable_crashrep \
)) ))
endif
endif endif # ENABLE_CRASHDUMP
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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