We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that features in the array of dependencies of vcpkg.json files get ignored by vcpkg install.
vcpkg install
Environment
To reproduce
Steps to reproduce the behavior:
vcpkg.json
{ "name": "xxx", "version-string": "0.1.0", "dependencies": [ { "name": "capstone", "features": [ "x86" ] } ] }
capstone[core]
capstone[x86]
Expected behavior
capstone[x86] should have been installed.
The text was updated successfully, but these errors were encountered:
CC @strega-nil
Sorry, something went wrong.
I will look into this, it's likely to do with the same thing as #12186
fix microsoft#12315 microsoft#12186
815a953
[vcpkg manifests] fix some issues (#12227)
3871d73
Fixes #12190 Fixes #12208 Fixes #12234 Fixes #12286 Fixes #12315 Fixes #12186 Fixes #12331 Fixes googleapis/google-cloud-cpp#4487
[vcpkg manifests] fix some issues (microsoft#12227)
e308846
Fixes microsoft#12190 Fixes microsoft#12208 Fixes microsoft#12234 Fixes microsoft#12286 Fixes microsoft#12315 Fixes microsoft#12186 Fixes microsoft#12331 Fixes googleapis/google-cloud-cpp#4487
LilyWangL
Successfully merging a pull request may close this issue.
It seems that features in the array of dependencies of vcpkg.json files get ignored by
vcpkg install
.Environment
To reproduce
Steps to reproduce the behavior:
vcpkg.json
file:vcpkg install
in that folder.capstone[core]
is installed instead ofcapstone[x86]
.See: https://github.com/microsoft/vcpkg/blob/master/ports/capstone/CONTROL
Expected behavior
capstone[x86]
should have been installed.The text was updated successfully, but these errors were encountered: