From d54715d44702b0d06563e8a56d13627743e9db5a Mon Sep 17 00:00:00 2001 From: jim wang <122244446+jimwang118@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:56:20 +0800 Subject: [PATCH] [protobuf-c] Fix tools feature compilation error under uwp (#35229) * Fix tools feature compilation error under uwp * update version --- ports/protobuf-c/vcpkg.json | 4 +++- versions/baseline.json | 2 +- versions/p-/protobuf-c.json | 5 +++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ports/protobuf-c/vcpkg.json b/ports/protobuf-c/vcpkg.json index 315c33c3368533..ae408e4507ef11 100644 --- a/ports/protobuf-c/vcpkg.json +++ b/ports/protobuf-c/vcpkg.json @@ -1,6 +1,7 @@ { "name": "protobuf-c", "version-semver": "1.4.1", + "port-version": 1, "description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.", "homepage": "https://github.com/protobuf-c/protobuf-c", "dependencies": [ @@ -23,7 +24,8 @@ ] }, "tools": { - "description": "Build tools (protoc-gen-c)." + "description": "Build tools (protoc-gen-c).", + "supports": "!uwp" } } } diff --git a/versions/baseline.json b/versions/baseline.json index 16f4ad79e1beb6..f781e4596841a8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6758,7 +6758,7 @@ }, "protobuf-c": { "baseline": "1.4.1", - "port-version": 0 + "port-version": 1 }, "protopuf": { "baseline": "2.2.1", diff --git a/versions/p-/protobuf-c.json b/versions/p-/protobuf-c.json index 8aa97f64a453fe..b7aa0fa3de797c 100644 --- a/versions/p-/protobuf-c.json +++ b/versions/p-/protobuf-c.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "32d120b5b3a9225b973b135f632ee82be3e7860b", + "version-semver": "1.4.1", + "port-version": 1 + }, { "git-tree": "f1adcf184e617f9f77bd727e6f5085665e471826", "version-semver": "1.4.1",