fix
This commit is contained in:
parent
935c7bcdc0
commit
4da8a2213d
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ pmake.libs = function(target, if_str, nostr) {
|
||||||
|
|
||||||
const targets = pmake.resolveProjects(target.libraries, if_str).map(libs).flat();
|
const targets = pmake.resolveProjects(target.libraries, if_str).map(libs).flat();
|
||||||
|
|
||||||
|
targets = targets.reverse();
|
||||||
targets = targets.filter(function(item, pos) {
|
targets = targets.filter(function(item, pos) {
|
||||||
return targets.indexOf(item) == pos;
|
return targets.indexOf(item) == pos;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue