-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[protobuf] add support for mingw subsystem #19054
Conversation
@fairlyblank, could you update the baseline version via './vcpkg x-add-version --overwrite-version protobuf' and submit the changes again? |
I think i have updated the git-tree in last commit, after 'git rev-parse HEAD:ports/protubuf' . |
@fairlyblank, you didn't update the port-version in vcpkg.json, so it failed, I have updated it and committed the changes. |
I missed that, thanks for your time. |
Describe the pull request
What does your PR fix?
protobuf build for mingw subsystem. no issue.
Which triplets are supported/not supported? Have you updated the CI baseline?
all, No
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/