Skip to content

Commit 449cab4

Browse files
author
Roberto De Ioris
committed
fixed compilation on 4.15
1 parent 097f08e commit 449cab4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ public UnrealEnginePython(TargetInfo Target)
138138
}
139139
);
140140

141-
141+
#if WITH_FORWARDED_MODULE_RULES_CTOR
142142
if (Target.bBuildEditor)
143+
#else
144+
if (UEBuildConfiguration.bBuildEditor)
145+
#endif
143146
{
144147
PrivateDependencyModuleNames.AddRange(new string[]{
145148
"UnrealEd",

0 commit comments

Comments
 (0)