We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2189b + 89042cd commit e03d6dcCopy full SHA for e03d6dc
utils/build.ps1
@@ -2407,7 +2407,7 @@ function Write-SDKSettings([OS] $OS) {
2407
LibrarySearchPaths = @();
2408
Toolchains = @( "${ToolchainIdentifier}" );
2409
DefaultProperties = @{
2410
- PLATFORM_NAME = $OS.ToString()
+ PLATFORM_NAME = $OS.ToString().ToLowerInvariant()
2411
DEFAULT_COMPILER = "${ToolchainIdentifier}"
2412
}
2413
SupportedTargets = @{
0 commit comments