This commit is contained in:
Jorijn van der Graaf 2025-05-15 15:25:06 +02:00
commit 5af6d0080a
8 changed files with 93 additions and 73 deletions

View file

@ -36,7 +36,6 @@ export namespace Crafter::Build {
class ModulePartition {
public:
bool needsRecompilingDependency = false;
bool needsRecompiling = false;
fs::path path;
Module* parent;