aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf/fix-android-log.patch
AgeCommit message (Collapse)Author
2020-05-08[protobuf] Correct protobuf under android (Fix issue #8218) (#11228)Pascal Thomet
* 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