Skip to content

Commit

Permalink
fixed 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Mar 17, 2018
1 parent 7f493dc commit 9143890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/UnrealEnginePython/UnrealEnginePython.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ public UnrealEnginePython(TargetInfo Target)
}
);


#if WITH_FORWARDED_MODULE_RULES_CTOR
BuildVersion Version;
if (BuildVersion.TryRead(out Version))
if (BuildVersion.TryRead(BuildVersion.GetDefaultFileName(), out Version))
{
if (Version.MinorVersion >= 18)
{
Expand Down

0 comments on commit 9143890

Please sign in to comment.