mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
constructor order of init
This commit is contained in:
parent
9725e59b99
commit
30e516cd61
@ -79,7 +79,7 @@ namespace vcpkg
|
||||
}
|
||||
|
||||
BinaryParagraph::BinaryParagraph(const SourceParagraph& spgh, const FeatureParagraph& fpgh, const Triplet& triplet)
|
||||
: version(), feature(fpgh.name), description(fpgh.description), maintainer()
|
||||
: version(), description(fpgh.description), maintainer(), feature(fpgh.name)
|
||||
{
|
||||
this->spec = PackageSpec::from_name_and_triplet(spgh.name, triplet).value_or_exit(VCPKG_LINE_INFO);
|
||||
this->depends = filter_dependencies(fpgh.depends, triplet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user