mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:09:02 +08:00
5f32a49551
* [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
15 lines
318 B
JSON
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"
|
|
}
|
|
]
|
|
}
|