Fixed fallout from platform module changes

#rb none

[CL 6664713 by Stefan Boberg in Dev-Core branch]
This commit is contained in:
Stefan Boberg
2019-05-29 12:28:04 -04:00
parent ab3ea5808e
commit b06d43d29d

View File

@@ -3,7 +3,7 @@
using UnrealBuildTool;
using System.Collections.Generic;
[SupportedPlatforms(UnrealTargetPlatform.Win64)]
[SupportedPlatforms("Win64")]
public class UnrealInsightsTarget : TargetRules
{
public UnrealInsightsTarget(TargetInfo Target) : base(Target)