-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for vcpkg "features" #7
Comments
Thanks for the report. Could you clarify what you mean by this? As it is, the intention is that Right now, if the user's vcpkg installation does not have |
To hijack the thread a bit: It might also be interesting to support an "install if missing" mode, which may be more along the lines of what @crlf0710 is looking for. |
Yes, this is what is on my mind. And besides this, currently vcpkg-rs doesn't parse the status text correctly when there are features. For example, when i do this:
I get:
This is annoying and apparently something is missing from the parsing part. |
I just published I'm going to close this issue, feel free to reopen it if this doesn't work for you. I'd accept a PR relating to additional validation of features so that the build script could display a diagnostic if you require @ras0219-msft The install-if-missing thing is a great idea - definitely something that I am interested in. It would require an opt-in using an environment variable I suppose - it seems rude or at least surprising to update someone's vcpkg installation without intervention. |
For example, loading "harfbuzz[icu]".
The text was updated successfully, but these errors were encountered: