Skip to content

Commit

Permalink
[protobuf-c] Fix tools feature compilation error under uwp (microsoft…
Browse files Browse the repository at this point in the history
…#35229)

* Fix tools feature compilation error under uwp

* update version
  • Loading branch information
jimwang118 authored Nov 22, 2023
1 parent a6c7fad commit d54715d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ports/protobuf-c/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -23,7 +24,8 @@
]
},
"tools": {
"description": "Build tools (protoc-gen-c)."
"description": "Build tools (protoc-gen-c).",
"supports": "!uwp"
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6758,7 +6758,7 @@
},
"protobuf-c": {
"baseline": "1.4.1",
"port-version": 0
"port-version": 1
},
"protopuf": {
"baseline": "2.2.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/protobuf-c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "32d120b5b3a9225b973b135f632ee82be3e7860b",
"version-semver": "1.4.1",
"port-version": 1
},
{
"git-tree": "f1adcf184e617f9f77bd727e6f5085665e471826",
"version-semver": "1.4.1",
Expand Down

0 comments on commit d54715d

Please sign in to comment.