Fix monolithic build linking
This commit is contained in:
@@ -239,6 +239,7 @@ namespace Flax.Build
|
|||||||
UseSymbolsExports = false;
|
UseSymbolsExports = false;
|
||||||
LinkType = TargetLinkType.Monolithic;
|
LinkType = TargetLinkType.Monolithic;
|
||||||
OutputType = TargetOutputType.Executable;
|
OutputType = TargetOutputType.Executable;
|
||||||
|
options.LinkEnv.Output = LinkerOutput.Executable;
|
||||||
Modules.Add("Main");
|
Modules.Add("Main");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user