We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6881a58 commit 9bd8535Copy full SHA for 9bd8535
src/Generator/Generator.cs
@@ -85,7 +85,7 @@ public virtual List<GeneratorOutput> Generate()
85
{
86
GenerateTemplates(outputs, units.Where(u => !u.IsSystemHeader));
87
88
- if (Context.Options.SystemModule != null)
+ if (Context.Options.IsCSharpGenerator && Context.Options.SystemModule != null)
89
outputs.Add(GenerateModuleTemplate(Context.Options.SystemModule));
90
}
91
0 commit comments