Skip to content

Commit e03d6dc

Browse files
authored
Merge pull request #81762 from compnerd/normalised
utils: normalise the names as per expectations
2 parents cc2189b + 89042cd commit e03d6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ function Write-SDKSettings([OS] $OS) {
24072407
LibrarySearchPaths = @();
24082408
Toolchains = @( "${ToolchainIdentifier}" );
24092409
DefaultProperties = @{
2410-
PLATFORM_NAME = $OS.ToString()
2410+
PLATFORM_NAME = $OS.ToString().ToLowerInvariant()
24112411
DEFAULT_COMPILER = "${ToolchainIdentifier}"
24122412
}
24132413
SupportedTargets = @{

0 commit comments

Comments
 (0)