mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
[vcpkg] Fix rebase build.
This commit is contained in:
parent
307b761df4
commit
aab0173509
@ -33,7 +33,7 @@ namespace vcpkg::Commands::DependInfo
|
|||||||
|
|
||||||
for (const Dependency& dependency : source_paragraph.depends)
|
for (const Dependency& dependency : source_paragraph.depends)
|
||||||
{
|
{
|
||||||
if (Strings::case_insensitive_ascii_contains(dependency.name, filter))
|
if (Strings::case_insensitive_ascii_contains(dependency.name(), filter))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user