Kaydet (Commit) 006b0231 authored tarafından Vasily Melenchuk's avatar Vasily Melenchuk Kaydeden (comit) Thorsten Behrens

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: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 8ea0b0f4
...@@ -36,6 +36,8 @@ $(eval $(call gb_Library_use_custom_headers,vclplug_win,\ ...@@ -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_sdk_api,vclplug_win))
$(eval $(call gb_Library_use_libraries,vclplug_win,\ $(eval $(call gb_Library_use_libraries,vclplug_win,\
$(call gb_Helper_optional,BREAKPAD, \
crashreport) \
basegfx \ basegfx \
comphelper \ comphelper \
cppu \ cppu \
......
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