Skip to content

Commit 7edd570

Browse files
committed
Reverted build rules changes to fix 4.15 release.
1 parent dff5190 commit 7edd570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/TextAsset/TextAsset.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace UnrealBuildTool.Rules
44
{
55
public class TextAsset : ModuleRules
66
{
7-
public TextAsset(ReadOnlyTargetRules Target) : base(Target)
7+
public TextAsset(TargetInfo Target)
88
{
99
PublicDependencyModuleNames.AddRange(
1010
new string[] {

Source/TextAssetEditor/TextAssetEditor.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class TextAssetEditor : ModuleRules
66
{
7-
public TextAssetEditor(ReadOnlyTargetRules Target) : base(Target)
7+
public TextAssetEditor(TargetInfo Target)
88
{
99
DynamicallyLoadedModuleNames.AddRange(
1010
new string[] {

0 commit comments

Comments
 (0)