Attempt to fix regression from 32bd72fecd
This commit is contained in:
@@ -778,6 +778,7 @@ namespace Flax.Build.Platforms
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override void LinkFiles(TaskGraph graph, BuildOptions options, string outputFilePath)
|
public override void LinkFiles(TaskGraph graph, BuildOptions options, string outputFilePath)
|
||||||
{
|
{
|
||||||
|
outputFilePath = Utilities.NormalizePath(outputFilePath);
|
||||||
var linkEnvironment = options.LinkEnv;
|
var linkEnvironment = options.LinkEnv;
|
||||||
var task = graph.Add<LinkTask>();
|
var task = graph.Add<LinkTask>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user