1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Moved interfaces to owned non-code-generating modules

This commit is contained in:
Brian Fiete 2021-07-31 09:54:27 -07:00
parent d86eb0625c
commit f0d99a2bcc
5 changed files with 52 additions and 18 deletions

View file

@ -7072,7 +7072,7 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
{
if (!module->mIsSpecialModule)
{
if ((module->mIsReified) && (module->mIsModuleMutable))
if ((module->HasCompiledOutput()) && (module->mIsModuleMutable))
{
module->Finish();
}