mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed rebuilding of reified types after deleting unused types
This commit is contained in:
parent
16be83ceda
commit
1758520193
1 changed files with 2 additions and 1 deletions
|
@ -6559,9 +6559,10 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
|
||||||
|
|
||||||
bool didWork = false;
|
bool didWork = false;
|
||||||
UpdateDependencyMap(true, didWork);
|
UpdateDependencyMap(true, didWork);
|
||||||
DoWorkLoop();
|
|
||||||
|
|
||||||
|
// Deleting types can cause reified types to rebuild, so allow that
|
||||||
mCompileState = BfCompiler::CompileState_Normal;
|
mCompileState = BfCompiler::CompileState_Normal;
|
||||||
|
DoWorkLoop();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue