[Libreoffice-commits] core.git: vcl/Library_vclplug_win.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 3 14:52:32 UTC 2018
vcl/Library_vclplug_win.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 006b023184afddf072979d2c8e2c08484780877d
Author: Vasily Melenchuk <vasily.melenchuk at cib.de>
AuthorDate: Wed Oct 3 13:37:43 2018 +0300
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Wed Oct 3 16:52:08 2018 +0200
vcl: fixed Windows build with enabled breakpad
It was unresolved external symbol CrashReporter::AddKeyValue()
in SalAbort()
Change-Id: I21c48e40a9b9b73e43f6b5f58079b7877a1deac6
Reviewed-on: https://gerrit.libreoffice.org/61293
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/vcl/Library_vclplug_win.mk b/vcl/Library_vclplug_win.mk
index 97a83d436cc1..242f43190ac8 100644
--- a/vcl/Library_vclplug_win.mk
+++ b/vcl/Library_vclplug_win.mk
@@ -36,6 +36,8 @@ $(eval $(call gb_Library_use_custom_headers,vclplug_win,\
$(eval $(call gb_Library_use_sdk_api,vclplug_win))
$(eval $(call gb_Library_use_libraries,vclplug_win,\
+ $(call gb_Helper_optional,BREAKPAD, \
+ crashreport) \
basegfx \
comphelper \
cppu \
More information about the Libreoffice-commits
mailing list