mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[aws-c-cal] fix linux build (#33819)
This commit is contained in:
parent
b2b5bd8f65
commit
6333c9a58c
@ -1,12 +1,17 @@
|
||||
{
|
||||
"name": "aws-c-cal",
|
||||
"version": "0.6.2",
|
||||
"port-version": 1,
|
||||
"description": "C99 wrapper for cryptography primitives.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-cal",
|
||||
"license": "Apache-2.0",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
{
|
||||
"name": "openssl",
|
||||
"platform": "!windows & !osx"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "df757b731aa4c59ac71c43d02fe87edaff5680b3",
|
||||
"version": "0.6.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "5633a1e4fad4542c5e3a665a09bf77d276031429",
|
||||
"version": "0.6.2",
|
||||
|
@ -350,7 +350,7 @@
|
||||
},
|
||||
"aws-c-cal": {
|
||||
"baseline": "0.6.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"aws-c-common": {
|
||||
"baseline": "0.9.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user