Skip to content

Commit

Permalink
fixed 4.19 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfb committed Mar 13, 2019
1 parent 8920a0d commit 1da9fbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/UnrealEnginePython/UnrealEnginePython.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ public UnrealEnginePython(TargetInfo Target)

PrivateIncludePaths.AddRange(
new string[] {
#if !UE_4_22_OR_LATER
"UnrealEnginePython/Private",
#endif
// ... add other private include paths required here ...
}
);
Expand Down

0 comments on commit 1da9fbc

Please sign in to comment.