diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2020-12-30 01:01:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-29 16:01:30 -0800 |
| commit | ba70cea27a0a579c2065192ce474e626fa24ab61 (patch) | |
| tree | e6dc65da642e873e5345a5bdaa6e615151f463ac /ports/grpc/CONTROL | |
| parent | fc0a2aa44b7037ba824f4528cce0fc19b2e07914 (diff) | |
| download | vcpkg-ba70cea27a0a579c2065192ce474e626fa24ab61.tar.gz vcpkg-ba70cea27a0a579c2065192ce474e626fa24ab61.zip | |
[grpc] Build codegen on arm64-osx (#15307)
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
Diffstat (limited to 'ports/grpc/CONTROL')
| -rw-r--r-- | ports/grpc/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/grpc/CONTROL b/ports/grpc/CONTROL index f5954763e..208332e53 100644 --- a/ports/grpc/CONTROL +++ b/ports/grpc/CONTROL @@ -1,9 +1,9 @@ Source: grpc Version: 1.33.1 -Port-Version: 1 +Port-Version: 2 Build-Depends: zlib, openssl, protobuf, c-ares (!uwp), upb, abseil, re2 Homepage: https://github.com/grpc/grpc Description: An RPC library and framework Feature: absl-sync -Description: Use abseil synchronization module
\ No newline at end of file +Description: Use abseil synchronization module |
