Fix various build issuesin uncommon configurations

This commit is contained in:
Wojtek Figat
2025-11-14 00:52:14 -08:00
parent e9070b30a0
commit 4008e19ca9
10 changed files with 27 additions and 24 deletions

View File

@@ -265,7 +265,7 @@ bool DeployDataStep::Perform(CookingData& data)
}
if (version.IsEmpty())
{
data.Error(String::Format(TEXT("Failed to find supported .NET {} version (min {}) for the current host platform."), maxVer, minVer));
data.Error(String::Format(TEXT("Failed to find supported .NET {} version (min {}) for {} platform."), maxVer, minVer, platformName));
return true;
}
}