You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Removing Regex line from Gauntlet which is preventing cooking for iOS
#RB: luke.thatcher #FYI: ben.marsh, andrew.grant, luke.thatcher [CL 9618303 by Jason Bestimt in Main branch]
This commit is contained in:
@@ -215,7 +215,6 @@
|
||||
files and include them in the build. They will also appear in VisualStudio -->
|
||||
<ItemGroup>
|
||||
<Compile Include="../../../../Platforms/*/Source/Programs/AutomationTool/Gauntlet/**/*.cs">
|
||||
<Link>Platform/$([System.Text.RegularExpressions.Regex]::Split(`%(Identity)`, `[\\/]`)[5])/_</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user