mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[aws-c-common] Remove the unused openssl dependency. (#32775)
This commit is contained in:
parent
5b081066f0
commit
24d7259d0d
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "aws-c-common",
|
||||
"version": "0.8.9",
|
||||
"port-version": 1,
|
||||
"description": "AWS common library for C",
|
||||
"homepage": "https://github.com/awslabs/aws-c-common",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"openssl",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "54a4a42c299e7b32a1199ad382c4b537a18df034",
|
||||
"version": "0.8.9",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d2ef01e925f6168e81c00ab304be70d312ea2ba9",
|
||||
"version": "0.8.9",
|
||||
|
@ -346,7 +346,7 @@
|
||||
},
|
||||
"aws-c-common": {
|
||||
"baseline": "0.8.9",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"aws-c-compression": {
|
||||
"baseline": "0.2.16",
|
||||
|
Loading…
x
Reference in New Issue
Block a user