-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
New port for mailio. #16696
New port for mailio. #16696
Conversation
You have to format your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please run
./vcpkg format-manifest --all
first, - then run
./vcpkg x-add-version --all
and commit changes.
It seems that |
I will help you to solve it tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the version is changed to 0.20.0
. Note that you will need to undo the changes to versions/
(git checkout upstream/master -- versions
) and re-run vcpkg x-add-version mailio
.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Tag renamed to 0.20.0 to follow the convention. |
Awesome, thanks for the great library and PR :) |
This port is failing in the pipeline for windows uwp, as you can see here |
Any idea on how to link this library? Simply use |
@kotori2
where |
Describe the pull request
What does your PR fix?
Fixes [New Port Request] <mailio> #16695
Which triplets are supported/not supported? Have you updated the CI baseline?
MSVC, Gcc, Clang are supported on Linux, MacOS, Windows.
Does your PR follow the maintainer guide?
Yes