Add cooking support for Windows on ARM

This commit is contained in:
2024-05-12 15:00:02 +03:00
parent 72043c0260
commit c332d6f89a
5 changed files with 26 additions and 11 deletions

View File

@@ -73,6 +73,7 @@ bool DeployDataStep::Perform(CookingData& data)
{
case BuildPlatform::Windows32:
case BuildPlatform::Windows64:
case BuildPlatform::WindowsARM64:
canUseSystemDotnet = PLATFORM_TYPE == PlatformType::Windows;
break;
case BuildPlatform::LinuxX64: