summaryrefslogtreecommitdiff
path: root/desktop/Executable_crashrep.com.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Executable_crashrep.com.mk')
-rw-r--r--desktop/Executable_crashrep.com.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/Executable_crashrep.com.mk b/desktop/Executable_crashrep.com.mk
index d75f80614d29..1c712acd537b 100644
--- a/desktop/Executable_crashrep.com.mk
+++ b/desktop/Executable_crashrep.com.mk
@@ -39,9 +39,10 @@ $(eval $(call gb_Executable_add_defs,crashrep_com,\
$(eval $(call gb_Executable_use_libraries,crashrep_com,\
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Executable_add_standard_system_libs,crashrep_com))
+
$(eval $(call gb_Executable_add_exception_objects,crashrep_com,\
desktop/win32/source/guistdio/guistdio \
))