Skip to content

Commit

Permalink
4.21 build.cs fix
Browse files Browse the repository at this point in the history
- log isn't available in that context
  • Loading branch information
getnamo committed Nov 10, 2018
1 parent e48a472 commit 6f227a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/UnrealEnginePython/UnrealEnginePython.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ public void AddRuntimeDependenciesForCopying(ReadOnlyTargetRules Target)
{
RuntimeDependencies.Add(File.ToString());
}
else if (bVerboseBuild)
/*else if (bVerboseBuild)
{
Log.TraceInformation("Not adding the following file as RuntimeDependency: ");
Log.TraceInformation(File.ToString());
}
}*/
}
}

Expand Down

0 comments on commit 6f227a8

Please sign in to comment.