diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-11-18 10:49:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 10:49:25 -0800 |
| commit | 2018406edbe323bcf13a19cc131a08bc3eca18d9 (patch) | |
| tree | 79b0199d5344d11d9466eeca92193841ce402a45 /ports/aws-checksums | |
| parent | 11ded36658c47c3172ac21feae723cea43d3a834 (diff) | |
| download | vcpkg-2018406edbe323bcf13a19cc131a08bc3eca18d9.tar.gz vcpkg-2018406edbe323bcf13a19cc131a08bc3eca18d9.zip | |
[vcpkg baseline] Clean up baseline, use Keyword Supports (#14246)
Diffstat (limited to 'ports/aws-checksums')
| -rw-r--r-- | ports/aws-checksums/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/aws-checksums/CONTROL b/ports/aws-checksums/CONTROL index 79a420c09..d9b9e53c9 100644 --- a/ports/aws-checksums/CONTROL +++ b/ports/aws-checksums/CONTROL @@ -1,4 +1,5 @@ Source: aws-checksums
Version: 0.1.9 Description: Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.
-Build-Depends: aws-c-common
\ No newline at end of file +Build-Depends: aws-c-common
+Supports: !(arm&windows)
\ No newline at end of file |
