mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Extension inner type visibility fix
This commit is contained in:
parent
fb3cd1ac83
commit
69fab22a39
6 changed files with 43 additions and 8 deletions
|
@ -7027,6 +7027,7 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
|
|||
String toolsetErrors;
|
||||
for (auto project : mSystem->mProjects)
|
||||
{
|
||||
project->mDependencySet.Clear();
|
||||
if (project->mDisabled)
|
||||
continue;
|
||||
if (project->mCodeGenOptions.mLTOType != BfLTOType_None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue