mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01: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)
|
||||
{
|
||||
if (Strings::case_insensitive_ascii_contains(dependency.name, filter))
|
||||
if (Strings::case_insensitive_ascii_contains(dependency.name(), filter))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user