vcpkg/ports/sentry-native/vcpkg.json
Martin Vejdarski 5f32a49551
[sentry-native] Enable arm64 on macOS (#18184)
* [sentry-native] Enable arm64 on macOS

* [sentry-native] x-add-version

* [sentry-native] Fix build issue with libcurl and crashpad for *-osx-dynamic

* [sentry-native] x-add-version
2021-06-03 12:53:54 -07:00

15 lines
318 B
JSON

{
"name": "sentry-native",
"version-semver": "0.4.9",
"port-version": 1,
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | (arm64 & !osx) | uwp)",
"dependencies": [
{
"name": "curl",
"platform": "!windows"
}
]
}