diff options
| author | Pascal Thomet <pthomet@gmail.com> | 2020-05-08 23:48:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 14:48:03 -0700 |
| commit | fcdac2dc15122d30e08cf9c71ae2e0e6b466f1a6 (patch) | |
| tree | 3f24a6998a931b4955fdf7e6e6818dd41e7afb3f /ports/protobuf/CONTROL | |
| parent | 57e65ee144d3cf2e046eab7a4ac7be2150fd6f19 (diff) | |
| download | vcpkg-fcdac2dc15122d30e08cf9c71ae2e0e6b466f1a6.tar.gz vcpkg-fcdac2dc15122d30e08cf9c71ae2e0e6b466f1a6.zip | |
[protobuf] Correct protobuf under android (Fix issue #8218) (#11228)
* Correct protobuf under android (Fix issue #8218)
- This fixes https://github.com/microsoft/vcpkg/issues/8218
The original error is linkely inside protobuf CMakeLists, which should
link the log library under Android.
See explanations here:
https://github.com/protocolbuffers/protobuf/issues/2719
* ports/protobuf/CONTROL: Version 3.11.4-1
Diffstat (limited to 'ports/protobuf/CONTROL')
| -rw-r--r-- | ports/protobuf/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL index fee21f7b9..2385d6e32 100644 --- a/ports/protobuf/CONTROL +++ b/ports/protobuf/CONTROL @@ -1,5 +1,5 @@ Source: protobuf -Version: 3.11.4 +Version: 3.11.4-1 Homepage: https://github.com/google/protobuf Description: Protocol Buffers - Google's data interchange format |
