backtrace-labs / crashpad

A fork of Crashpad with file attachment support and other improvements.
Apache License 2.0
99 stars 33 forks source link

Handler fails to build on macOS. #10

Closed OmniBlade closed 2 years ago

OmniBlade commented 2 years ago

Upstream minichromium now sets OS_MAC instead of OS_MACOSX which handler_main.cc uses to gate the addition of the attachments support to the CrashReportExceptionHandler object.

KrzaQ commented 2 years ago

Thanks for reporting this, we will fix it. As a work around, for the time being please use an older version of mini_chromium.

KrzaQ commented 2 years ago

We have updated the fork to build on the newest MacOS and added CMake build files to make building easier. Closing. Feel free to post if the issue persists with the new fork.