Fix monolithic build linking

This commit is contained in:
Damian Korczowski
2021-07-03 19:14:08 +02:00
parent 93838b4f25
commit d9fe1b257f

View File

@@ -239,6 +239,7 @@ namespace Flax.Build
UseSymbolsExports = false;
LinkType = TargetLinkType.Monolithic;
OutputType = TargetOutputType.Executable;
options.LinkEnv.Output = LinkerOutput.Executable;
Modules.Add("Main");
}