You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Rename LinuxAArch64 to LinuxArm64
#jira UE-118127 #rb Michael.Sartain #fyi Marc.Audy, Aurel.Cordonnier [CL 16660821 by Brandon Schaefer in ue5-main branch]
This commit is contained in:
@@ -31,7 +31,7 @@ namespace UnrealBuildTool
|
||||
public override IEnumerable<UnrealTargetPlatform> GetPlatforms()
|
||||
{
|
||||
yield return UnrealTargetPlatform.Linux;
|
||||
yield return UnrealTargetPlatform.LinuxAArch64;
|
||||
yield return UnrealTargetPlatform.LinuxArm64;
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user