This commit is contained in:
Nishi 2026-05-12 08:43:30 +09:00
commit 4da8a2213d

View file

@ -159,6 +159,7 @@ pmake.libs = function(target, if_str, nostr) {
const targets = pmake.resolveProjects(target.libraries, if_str).map(libs).flat();
targets = targets.reverse();
targets = targets.filter(function(item, pos) {
return targets.indexOf(item) == pos;
});