mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[vcpkg] Ignore dependencies not found errors when downloading mode (#12323)
This commit is contained in:
parent
eedecc033d
commit
0c95d75d08
@ -954,7 +954,7 @@ namespace vcpkg::Build
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!missing_fspecs.empty())
|
if (!missing_fspecs.empty() && !Util::Enum::to_bool(action.build_options.only_downloads))
|
||||||
{
|
{
|
||||||
return {BuildResult::CASCADED_DUE_TO_MISSING_DEPENDENCIES, std::move(missing_fspecs)};
|
return {BuildResult::CASCADED_DUE_TO_MISSING_DEPENDENCIES, std::move(missing_fspecs)};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user