Populate list of packages to be re-built also for removed libraries

This commit is contained in:
Martchus 2021-04-28 21:58:33 +02:00
parent 12050364c8
commit a96ba707cd
1 changed files with 1 additions and 0 deletions

View File

@ -1552,6 +1552,7 @@ PackageStagingNeeded ConductBuild::checkWhetherStagingIsNeededAndPopulateRebuild
}
needsStaging = true;
(*rebuildInfoForDb)[affectedPackage->name].libprovides.emplace_back(removedLibProvide);
listOfAffectedPackages.emplace_back(db->name % '/' + affectedPackage->name);
}
}
}