Skip to content

Commit 83fea2d

Browse files
authored
Merge pull request #691 from dfb/master
fixed 4.19 build
2 parents 8920a0d + 1da9fbc commit 83fea2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ public UnrealEnginePython(TargetInfo Target)
107107

108108
PrivateIncludePaths.AddRange(
109109
new string[] {
110+
#if !UE_4_22_OR_LATER
111+
"UnrealEnginePython/Private",
112+
#endif
110113
// ... add other private include paths required here ...
111114
}
112115
);

0 commit comments

Comments
 (0)