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:
parent
d86eb0625c
commit
f0d99a2bcc
5 changed files with 52 additions and 18 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue