Skip to content

Commit 36deafd

Browse files
author
Roberto De Ioris
committed
fixed 4.16
1 parent 314dc9f commit 36deafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnrealEnginePython/UnrealEnginePython.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public UnrealEnginePython(TargetInfo Target)
267267

268268
string APLName = "UnrealEnginePython_APL.xml";
269269
string RelAPLPath = Utils.MakePathRelativeTo(System.IO.Path.Combine(ModuleDirectory, APLName), Target.RelativeEnginePath);
270-
AdditionalPropertiesForReceipt.Add("AndroidPlugin", RelAPLPath);
270+
AdditionalPropertiesForReceipt.Add(new ReceiptProperty("AndroidPlugin", RelAPLPath));
271271
}
272272
#endif
273273

0 commit comments

Comments
 (0)