-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crashpad_handler does not get build on macOS with vcpkg #374
Comments
Ok removing the if WIN32 successfully creates the crashpad_handler. Now it complains about other things:
|
I think this is rather a problem with the package in |
@kelteseth Can you please try my version of the port? https://github.com/david-antiteum/vcpkg-ports/tree/master/ports/sentry Note that I'm using 0.4.1, you can update it to 0.4.2 changing GIT_REF To use it you must use the --overlay-ports option Will you contact the author of the port in vcpkg (AenBleidd)? |
Just noticed that. I think this is the same problem as #504 and should be fixed soon by getsentry/crashpad#37 |
@Swatinem thanks! I will enable my sentry for macos if this is merged :) |
Description
crashpad_handler does not get build on macOS with vcpkg. The tool simply is not build via vcpkg on macOS. This results in an invalid cmake file:
Looking at the vcpkg file -> https://github.com/microsoft/vcpkg/blob/49c1b2889def046f875138f06878c939d1ee9793/ports/sentry-native/portfile.cmake#L52
It is disabled for any none win32
When does the problem happen
Environment
Steps To Reproduce
Log output
The text was updated successfully, but these errors were encountered: