Skip to content

Commit 6f227a8

Browse files
committed
4.21 build.cs fix
- log isn't available in that context
1 parent e48a472 commit 6f227a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ public void AddRuntimeDependenciesForCopying(ReadOnlyTargetRules Target)
118118
{
119119
RuntimeDependencies.Add(File.ToString());
120120
}
121-
else if (bVerboseBuild)
121+
/*else if (bVerboseBuild)
122122
{
123123
Log.TraceInformation("Not adding the following file as RuntimeDependency: ");
124124
Log.TraceInformation(File.ToString());
125-
}
125+
}*/
126126
}
127127
}
128128

0 commit comments

Comments
 (0)