Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 9143890

Browse files
author
Roberto De Ioris
committed
fixed 4.17
1 parent 7f493dc commit 9143890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ public UnrealEnginePython(TargetInfo Target)
130130
}
131131
);
132132

133+
133134
#if WITH_FORWARDED_MODULE_RULES_CTOR
134135
BuildVersion Version;
135-
if (BuildVersion.TryRead(out Version))
136+
if (BuildVersion.TryRead(BuildVersion.GetDefaultFileName(), out Version))
136137
{
137138
if (Version.MinorVersion >= 18)
138139
{

0 commit comments

Comments
 (0)