mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
CREATE_PROJECT: Sort libraries to be returned
This commit is contained in:
parent
eed727474f
commit
6b1fb8fc8f
@ -1195,6 +1195,9 @@ StringList getFeatureLibraries(const Feature &feature) {
|
||||
StringList fLibraries = tokenize(feature.libraries);
|
||||
libraries.splice(libraries.end(), fLibraries);
|
||||
}
|
||||
// The libraries get sorted as they can get used in algorithms where ordering is a
|
||||
// precondition, e.g. merge()
|
||||
libraries.sort();
|
||||
|
||||
return libraries;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user