mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
Fix aws-checksums not building on Windows (#21082)
* Fix aws-checksums not building on Windows https://github.com/microsoft/vcpkg/issues/21081 * add port-version * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
23157c1545
commit
31f8e17aca
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "aws-checksums",
|
||||
"version": "0.1.11",
|
||||
"port-version": 1,
|
||||
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
|
||||
"homepage": "https://github.com/awslabs/aws-checksums",
|
||||
"supports": "!arm & !windows",
|
||||
"supports": "!arm",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
{
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "120921754d48ecb075658abd01dc56b73e7f25f4",
|
||||
"version": "0.1.11",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "60a67f9776bc5957aa27bf0cd2ad36fb10a7bc04",
|
||||
"version": "0.1.11",
|
||||
|
@ -294,7 +294,7 @@
|
||||
},
|
||||
"aws-checksums": {
|
||||
"baseline": "0.1.11",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"aws-crt-cpp": {
|
||||
"baseline": "0.15.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user