Simple unnecessary build prevention

This commit is contained in:
Simon Lübeß
2026-04-13 19:58:55 +02:00
parent 28ad9298af
commit aad44dd835
8 changed files with 426 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
namespace BuildTool;
class BuildInfo
struct BuildInfo
{
public WorkingDirectoryHistory WorkingDirectory;
public bool ForceRebuild;