mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:09:06 +08:00
dc7ec34c13
* Port Launch Darkly Server is supported on ARM I tested it. * Build fail on arm-neon-android * Remove launch-darkly's warning as error and change CI baseline back
22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"name": "launch-darkly-server",
|
|
"version": "2.8.6",
|
|
"port-version": 1,
|
|
"description": "LaunchDarkly server-side SDK for C/C++",
|
|
"homepage": "https://github.com/launchdarkly/c-server-sdk",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|